Skip to content

Commit 29d64b3

Browse files
committed
Update readme to mention the the precompiled link and debugger plugin link
1 parent 7d0db95 commit 29d64b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ This module implements JavaScript/TypeScript language support for the godot game
1111
- Using thirdpart libraries directly from npm
1212
- Multi-thread support with Worker API
1313
- 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)
1419

1520
### Compilation
1621
* Clone the source code of [godot](https://github.com/godotengine/godot)

0 commit comments

Comments
 (0)