release 0.2.1

add markdown support for workspace documentation rendering in hover tip
This commit is contained in:
Geequlim
2017-01-19 13:48:09 +08:00
parent aab75d1c04
commit 6c4fca265a
5 changed files with 23 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
### 0.2.1
* Support markdown render in hover tips for documentations in workspace symbols
* Add configuration `GodotTools.workspaceDocumentWithMarkdown` to control workspace documentation rendering
### 0.2.0
* Show autoloads informations in hover tips and go to autoloads' definitions are supported now
@@ -54,4 +58,4 @@
* Better syntax highlight with GDScript
### 0.1.0
* Initial release
* Initial release