Geequlim 8 lat temu
rodzic
commit
cf27868021
3 zmienionych plików z 13 dodań i 1 usunięć
  1. 6 0
      CHANGELOG.md
  2. 6 0
      README.md
  3. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Change Log
 
+### 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

+ 6 - 0
README.md

@@ -53,6 +53,12 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
 
 ## Release Notes
 
+### 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

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "displayName": "Godot Tools",
   "icon": "icon.png",
   "description": "\"Tools for game development with godot game engine\"",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "publisher": "geequlim",
   "engines": {
     "vscode": "^1.5.0"