File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.11.0
2+
3+ Adds ability to evaluate blocks of code without selection [ 61] ( https://github.com/avli/clojureVSCode/issues/61 ) :
4+
5+ ![ eval-block] ( https://user-images.githubusercontent.com/1375411/68340984-874bc280-00f8-11ea-9eea-34c7160b8c05.gif )
6+
7+ Use the "Clojure: Eval and show the result command" for evaluation of the current
8+ code block and "Clojure: Eval" for the outer.
9+
10+ Fixes the issue with completion in the middle of a line [ 139] ( https://github.com/avli/clojureVSCode/issues/139 ) .
11+
112# Version 0.10.5
213
314Fix namespace evaluation for modules beginning with a semicolon.
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
104104- [ Nikita Prokopov] ( https://github.com/tonsky )
105105- [ Alessandro Decina] ( https://github.com/alessandrod )
106106- [ Marc O'Morain] ( https://github.com/marcomorain )
107+ - [ Andrey Bogoyavlensky] ( https://github.com/abogoyavlensky )
107108
108109## License
109110
Original file line number Diff line number Diff line change 22 "name" : " clojure" ,
33 "displayName" : " Clojure" ,
44 "description" : " Clojure nREPL support for Visual Studio Code" ,
5- "version" : " 0.10.5 " ,
5+ "version" : " 0.11.0 " ,
66 "publisher" : " avli" ,
77 "author" : {
88 "name" : " Andrey Lisin" ,
4444 {
4545 "name" : " Marc O'Morain" ,
464647+ },
48+ {
49+ "name" : " Andrey Bogoyavlensky" ,
50+ 4751 }
4852 ],
4953 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments