mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
release 0.1.9
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
### 0.1.9
|
||||
|
||||
* Show workspace constant value in hover tips and completion items
|
||||
* More readable style for links in documentation preview page
|
||||
* Improve code completion sort order and auto insert `()` for functions without paramaters
|
||||
* Fix bugs with workspace documentation parsing
|
||||
|
||||
### 0.1.8
|
||||
|
||||
* Show signatures on completion label
|
||||
|
||||
46
README.md
46
README.md
@@ -53,6 +53,13 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
|
||||
|
||||
## Release Notes
|
||||
|
||||
### 0.1.9
|
||||
|
||||
* Show workspace constant value in hover tips and completion items
|
||||
* More readable style for links in documentation preview page
|
||||
* Improve code completion sort order and auto insert `()` for functions without paramaters
|
||||
* Fix bugs with workspace documentation parsing
|
||||
|
||||
### 0.1.8
|
||||
|
||||
* Show signatures on completion label
|
||||
@@ -63,41 +70,4 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
|
||||
|
||||
* Show documentations parsed from GDScripts in hover tips
|
||||
|
||||
### 0.1.6
|
||||
|
||||
* Reorder mouse hover tips, builtin methods are at top of workspace methods
|
||||
* Show callabel signatures with documente symbols and workspace symbols
|
||||
* Syntax highlight support for signal paramaters
|
||||
|
||||
### 0.1.5
|
||||
|
||||
* Add function signature hint support
|
||||
* Better syntax grammar checking
|
||||
* Better hover hint message for workspace methods and signals
|
||||
|
||||
|
||||
### 0.1.4
|
||||
|
||||
* Add documentation support for builtin Symbols.
|
||||
* Improve speed of syntax parsing and other actions
|
||||
|
||||
|
||||
### 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
|
||||
- Fix errors in code snipt
|
||||
|
||||
### 0.1.1
|
||||
|
||||
- Better syntax highlit with GDScript
|
||||
|
||||
### 0.1.0
|
||||
|
||||
- Initial release
|
||||
[Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Godot Tools",
|
||||
"icon": "icon.png",
|
||||
"description": "\"Tools for game development with godot game engine\"",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"publisher": "geequlim",
|
||||
"engines": {
|
||||
"vscode": "^1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user