Releases: pragmagic/vscode-nim
Releases · pragmagic/vscode-nim
0.5.26
- Fix indentation rules for VSCode 1.14
0.5.25
- Fixing 'nim' binary could not be found in PATH on OS X PR #52
0.5.23
- Fix string encoding + sexp parser performance tuning PR #51
0.5.21
- Refixed #32 PR #45
- Added support for auto bracket closing in nimble files PR #45
- Improved the identation pattern to work on statement macros PR #45
- Add output directory configuration for run selected file command
- Improve code completion filtering
0.5.20
- Allows compile/run files in a path with spaces PR #41
- Improve experimental nimsuggest check support
0.5.19
- Fix Get "command 'nim.run.file' not found" when trying to run file #37
- Add experimental option useNimsuggestCheck to use nimsuggest tools for error checking
0.5.18
- Verbose logging for nimsuggest
- Fix nim check leaks and nimsuggest instance leaks
0.5.17
- Nim documentation support improvements for hover and code completion
0.5.16
- Fixed toggle line comment stopped working in .nim files after 0.5.15 update #35
- Readded bracket auto closing (it is intended that the string literals are brackets, VSCode recognises this and doesn't show a box around quotation marks)
- Fixed signature completion of iterators
- Fixed two snippets which pasted invalid code
0.5.15
- Highlight boolean keywords in default schemes (#34)
- Prevent sorting code completion suggestions
- Incorrect indentation after string literal (#32)
- Improve run selected file (#5)