Files
godot-vscode-plugin/CHANGELOG.md
2017-01-12 11:23:42 +08:00

922 B

Change Log

0.1.7

  • 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 highlight with GDScript

0.1.0

  • Initial release