v1.2.0
What's Changed
- added support for inlay type hints (requires Nim 2.0.2 or 1.6.18)
- added version detection option
-v
/--version
- added support for SignatureHelp
- added support for notification verbosity option
- various Windows bug fixes (notably, the 'cannot find the path' crash on startup and several others)
- fixed autocomplete with recent versions of Visual Studio Code
- fixed issues with remaining nimsuggest and nimlangserver processes after improper shutdown from the LSP client
- fixed the display of status indication: 'Creating nimsuggest for {projectFile}'
- fixed crash when
rootUri
is not set - fixed several stability issues and crashes
New Contributors
- @ringabout made their first contribution in #54
- @nickysn made their first contribution in #53
- @jmgomez made their first contribution in #75
- @GeneTinderholm made their first contribution in #82
- @BarrOff made their first contribution in #81
Full Changelog: v0.1.0...v1.2.0