This repository was archived by the owner on Jan 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## 0.6.3 (12 Feb 2019)
4
+ * Shift-Enter: Send-Selected-Lines-To-REPL (#113 )
5
+ * Add pragma snippet (#114 )
6
+ * Nim check result reported in ` Nim ` output channel
7
+ * Add suggestion for imports (experimental feature)
8
+
3
9
## 0.6.2 (01 Dec 2018)
4
10
* Add workspace support (https://github.com/pragmagic/vscode-nim/issues/106 )
5
11
* Syntax improvements (https://github.com/pragmagic/vscode-nim/issues/105 )
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ This command available from file context menu or by `F6` keyboard shortcut.
75
75
## TODO
76
76
77
77
* Rename support
78
- * Code action for imports (suggest available modules to import)
79
78
* Debug support
80
79
81
80
## ChangeLog
Original file line number Diff line number Diff line change 2
2
"name" : " nim" ,
3
3
"displayName" : " Nim" ,
4
4
"description" : " Nim language support for Visual Studio Code" ,
5
- "version" : " 0.6.2 " ,
5
+ "version" : " 0.6.3 " ,
6
6
"publisher" : " kosz78" ,
7
7
"author" : {
8
8
"name" : " Xored Software Inc."
You can’t perform that action at this time.
0 commit comments