Geequlim 8 роки тому
батько
коміт
ec0defd83b
3 змінених файлів з 13 додано та 1 видалено
  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.8
+
+* Show signatures on completion label
+* More reliable unused variable and constant checking in documente
+* Show workspace documentations and function signatures in completions
+
 ### 0.1.7
 
 * Show documentations parsed from GDScripts in hover tips

+ 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.8
+
+* Show signatures on completion label
+* More reliable unused variable and constant checking in documente
+* Show workspace documentations and function signatures in completions
+
 ### 0.1.7
 
 * Show documentations parsed from GDScripts in hover tips

+ 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.7",
+  "version": "0.1.8",
   "publisher": "geequlim",
   "engines": {
     "vscode": "^1.5.0"