mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Merge pull request #190 from Calinou/remove-extends-snippet
Remove `extends` snippet which no longer works since Godot 3.0
This commit is contained in:
@@ -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": {
|
"Is instance of a class or script": {
|
||||||
"prefix": "is",
|
"prefix": "is",
|
||||||
"body": [
|
"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": {
|
"pass statement": {
|
||||||
"prefix": "pass",
|
"prefix": "pass",
|
||||||
"body": [
|
"body": [
|
||||||
|
|||||||
Reference in New Issue
Block a user