0.9.0 beta (latest)
- Added Outliner support for classes, functions, and macros.
- Added goto definition support for usings, script functions, and macros.
- Added signature support for script functions & builtins.
- Fixed function & variable names not showing signatures & tooltips due to case-sensitivity.
- Added analyser checks for: unknown namespace, unused using, unused variable, unused parameters, switch checks.
Special thanks go to iAmThatMichael who contributed all of the above changes (#24).
Additionally,
- Added comment code region support (
/* region Name *//* endregion */syntax) with folding ranges in the editor (#22).