Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 570 Bytes

File metadata and controls

29 lines (15 loc) · 570 Bytes

Changelog

0.0.7

  • Allow dereferencing this without the this keyword (chain the dot operators).

0.0.6

Fix locating a local variable identifier.

0.0.5

Fix parsing of the member expression without the explicit this object.

0.0.4

Fix parsing of the switch statement.

0.0.3

Fix the dependency on oscript-ast-walker.

0.0.2

Fix the dependency on oscript-parser.

0.0.1

Initial release with the syntax-checking, quick fixes, built-in type completion, hover hints, symbol outline, local identifier definition, references and renaming.