|
@@ -9,6 +9,8 @@ The plugin make it is possible to code GDScript with Visual Studio Code feel lik
|
|
|
* Code completion
|
|
|
* Static code validating
|
|
|
* Run project or opened scene
|
|
|
+* Hover to show documentations, definition and so on
|
|
|
+* Go to difinitions with Ctrl+Click or show all definition in workspace
|
|
|
|
|
|
## Commands
|
|
|
|
|
@@ -43,6 +45,12 @@ Please feel free to open issues and pull requirests on github about the [Godot-T
|
|
|
|
|
|
## Release Notes
|
|
|
|
|
|
+### 0.1.3
|
|
|
+
|
|
|
+* Better syntax highlight for GDScript
|
|
|
+* Add mouse hover information support
|
|
|
+* Add definition provider for GDScript
|
|
|
+
|
|
|
### 0.1.2
|
|
|
* Multiline string and `StringName` highlight support
|
|
|
* Builtin classes, properties, functions and constants highlight support
|