Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 977 Bytes

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 977 Bytes

Change Log

All notable changes to the "vjass" extension will be documented in this file.

0.0.9

fixed a bug that completion won't work when jass file has been edited; improving of color highlighting and language snippets.

0.0.8

bugs fixed; refactoring referenceProvider; add vj .allocate .create .destroy .execute .evalute to completionProvider.

0.0.7

fixed a bug that I haven't catch an error throwed from the vscode_ripgrep. symbolprovider refactoring.

0.0.6

now the intellisense features works by searching over the whole jass files in the workspace

0.0.5

fixed some bugs caused by the pattern in the variable regexp.

0.0.4

add keyword and japifunction in the feature completionprovider.

0.0.3

Fixed a bug in the feature completionprovider.

0.0.2

Added features symbolprovider, completionprovider, definitionprovider, referenceprovider and hoverprovider.

0.0.1

Added features snippets and syntaxes highlight.

[Unreleased]