Bardo
1
Coming from Matlab and still learning the efficient use of VS Code.
Please let me know if any items have been explained elsewhere.
-
Emacs-like indenting via TAB-key.
Good replacement found here.
-
Explorer pane with extended functionality: up, back, … showing the content of the actual folder.
Partial replacement, any better?
Command pane: Go to file (ctrl-p). Really quick access to files.
1 Like
Bardo
3
Thx @PetrKryslUCSD OK, that gives the Search files by name field.
A real(-time) pane has still some merits, if you do not remember the file name, or to see if a bunch of files were generated during the last run.
Native .jmd
support for Weave.jl
In a .jmd file, ctrl enter
now works and sends code to the REPL, but alt enter
does nothing,.
I would expect it to show inline results as it does for my .jl files.
Feature request: enable alt enter
to inline results on a jmd file.
Great work and thank you!
As noted here: Julia execution within markdown code fences · Issue #1488 · julia-vscode/julia-vscode · GitHub and here: integrated support for Weave.jl is not working · Issue #1807 · julia-vscode/julia-vscode · GitHub.