We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0db95 commit 29d64b3Copy full SHA for 29d64b3
README.md
@@ -11,6 +11,11 @@ This module implements JavaScript/TypeScript language support for the godot game
11
- Using thirdpart libraries directly from npm
12
- Multi-thread support with Worker API
13
- Full TypeScript workflow support
14
+- Full code completion support for all godot APIs including signals and enumerations
15
+- Debug in Visual Studio Code with the [plugin](https://marketplace.visualstudio.com/items?itemName=geequlim.godot-javascript-debug)
16
+
17
+### Download
18
+You can try the pre-compiled binaries from the [release page](https://github.com/GodotExplorer/ECMAScript/releases)
19
20
### Compilation
21
* Clone the source code of [godot](https://github.com/godotengine/godot)
0 commit comments