Skip to content

Releases: pragmagic/vscode-nim

0.5.26

13 Jul 18:02
Compare
Choose a tag to compare
  • Fix indentation rules for VSCode 1.14

0.5.25

26 Jun 17:21
Compare
Choose a tag to compare
  • Fixing 'nim' binary could not be found in PATH on OS X PR #52

0.5.23

30 May 03:28
Compare
Choose a tag to compare
  • Fix string encoding + sexp parser performance tuning PR #51

0.5.21

21 Mar 16:45
Compare
Choose a tag to compare
  • 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

10 Mar 14:13
Compare
Choose a tag to compare
  • Allows compile/run files in a path with spaces PR #41
  • Improve experimental nimsuggest check support

0.5.19

20 Feb 16:35
Compare
Choose a tag to compare
  • 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

15 Feb 08:03
Compare
Choose a tag to compare
  • Verbose logging for nimsuggest
  • Fix nim check leaks and nimsuggest instance leaks

0.5.17

11 Feb 11:53
Compare
Choose a tag to compare
  • Nim documentation support improvements for hover and code completion

0.5.16

07 Feb 01:16
Compare
Choose a tag to compare
  • 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

06 Feb 17:29
Compare
Choose a tag to compare
  • Highlight boolean keywords in default schemes (#34)
  • Prevent sorting code completion suggestions
  • Incorrect indentation after string literal (#32)
  • Improve run selected file (#5)