Releases: godotengine/godot-vscode-plugin
Releases · godotengine/godot-vscode-plugin
1.0.0-stable for godot 3.2 and above
1.0.0
- Refactor the whole plugin with gdscript language server support
- Add webview renderer to show documentations of native symbols.
- Only support godot 3.2 and above
gdscript-lsp-vscode-client-1.0.0-beta2
Documentation improvements thansks to @Calinou
Fix status update issue with latest version of VSCode
gdscript-lsp-vscode-client-1.0.0-beta1
The pre-release version of godot-tools 1.0.0
gdscript-lsp-vscode-client
Add webview renderer to show documentations of native symbols.
gdscript-lsp-vscode-client
This is the pre-release of GDScript language client implementation for VSCode.
GodotTools for VSCode 0.3.3
- Fix some syntax checking errors.
- Fix problems with hover documentation with latest VSCode.
- Improved builtin class documentation page.
- Update the documentation data with latest godot version.
GodotTools for VSCode 0.2.3
- Fix known errors with code syntax checking
- Add configuration
GodotTools.ignoreIndentedVars
to allow ignore indented variables in scripts - Enhanced hover tip documentation rendering with code examples
- Add launch configurations to launch game with F5(expiremental)
- The plugin is open source under MIT license