Browse Source

Merge pull request #190 from Calinou/remove-extends-snippet

Remove `extends` snippet which no longer works since Godot 3.0
Geequlim 5 years ago
parent
commit
4cb9394847
1 changed files with 0 additions and 20 deletions
  1. 0 20
      configurations/snippets.json

+ 0 - 20
configurations/snippets.json

@@ -160,13 +160,6 @@
     ]
   },
 
-  "Is instance of a class": {
-    "prefix": "extends",
-		"body": [
-      "${1:instance} extends ${2:class_name}"
-    ]
-  },
-
   "Is instance of a class or script": {
     "prefix": "is",
     "body": [
@@ -197,20 +190,7 @@
       ""
     ]
   },
-  
-  "Enable process function": {
-    "prefix": "process",
-		"body": [
-      "set_process(true)"
-    ]
-  },
 
-  "Enable process input function": {
-    "prefix": "processin",
-		"body": [
-      "set_process_input(true)"
-    ]
-  },
   "pass statement": {
     "prefix": "pass",
     "body": [