Releases: pragmagic/vscode-nim
Releases · pragmagic/vscode-nim
0.6.6
- Nim not found in path (#153)
0.6.5
- Evolution of project file mapping (#118)
- Show hover info at current mouse position (#147)
- Completion suggestions require alphanumerics (#136)
- Manage Nimpretty params (#140)
- Rename provider (#141)
- Automatically continue ## doc comment to next line (#139)
- Added setting to enable/disable nimsuggest completions (#137)
- Changed indentation rules (#133)
- Added highlight on call without ()
0.6.4
- Block string literals (#126)
- Change envelope length to UTF-8 byte size (#124)
- Update nimUtils.ts to support .nimble PATH (#122)
- Exports increase indentation (#119)
0.6.3
- Shift-Enter: Send-Selected-Lines-To-REPL (#113)
- Add pragma snippet (#114)
- Nim check result reported in
Nim
output channel
- Add suggestion for imports (experimental feature)
0.6.2
- Add workspace support (#106)
- Syntax improvements (#105)
0.6.1
- Add progress indication in nim check
- Fixed Auto-formatting issue #79
0.6.0
- Update extesion to the latest VSCode codebase
- Add support for breakpoints in source code and CPPTool extension for debug support
- Add
Check
command with default ctrl+alt+b
hotkey
- Add
nimssugestResetTimeout
config attribute #60
- Fixed #84, #96
0.5.29
- Improve syntax highlighting, fix linting for the latest dev version of Nim (PRs #76, #78)
0.5.28
- Improve syntax highlighting and folding (PRs #64, #66, #75)