You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ This module implements JavaScript/TypeScript language support for the godot game
14
14
- Full code completion support for all godot APIs including signals and enumerations
15
15
- Debug in Visual Studio Code with the [plugin](https://marketplace.visualstudio.com/items?itemName=geequlim.godot-javascript-debug)
16
16
17
+
### Installation
18
+
No installation or setup necessary. The binaries for download are the complete, usable Godot editor and engine with Javascript/Typescript language support.
19
+
17
20
### Download
18
21
You can try the pre-compiled binaries from the [release page](https://github.com/GodotExplorer/ECMAScript/releases)
19
22
You can also get the binaries with lastest commits from the [github build action result](https://github.com/GodotExplorer/ECMAScript/actions)
0 commit comments