|
@@ -55,6 +55,12 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
|
|
|
|
|
|
## Release Notes
|
|
## Release Notes
|
|
|
|
|
|
|
|
+### 0.2.4
|
|
|
|
+
|
|
|
|
+* Add code cheching for asignments and comparations
|
|
|
|
+* Impoved builtin documentation preview page
|
|
|
|
+* Fix bugs with unused vaiable cheching
|
|
|
|
+
|
|
### 0.2.3
|
|
### 0.2.3
|
|
* Fix known errors with code syntax checking
|
|
* Fix known errors with code syntax checking
|
|
* Add configuration `GodotTools.ignoreIndentedVars` to allow ignore indented variables in scripts
|
|
* Add configuration `GodotTools.ignoreIndentedVars` to allow ignore indented variables in scripts
|
|
@@ -66,10 +72,6 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
|
|
* Better Syntax validating for code blocks
|
|
* Better Syntax validating for code blocks
|
|
* More waring for non-python liked expression
|
|
* More waring for non-python liked expression
|
|
|
|
|
|
-### 0.2.1
|
|
|
|
-* Support markdown render in hover tips for documentations in workspace symbols
|
|
|
|
-* Add configuration `GodotTools.workspaceDocumentWithMarkdown` to control workspace documentation rendering
|
|
|
|
-
|
|
|
|
[Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)
|
|
[Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)
|
|
|
|
|
|
|
|
|