Support notebook %% syntax for more kernels #14735
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
The
%%
file syntax is great for using VCS and notebooks, but it seems it support is very hardcoded to python in VSCode.Here are some of the references I found:
https://github.com/search?q=repo%3Amicrosoft%2Fvscode-jupyter%20%25%25&type=code
vscode-jupyter/src/interactive-window/editor-integration/cellMatcher.ts
Line 24 in 39f766e
This feature is even more useful to other kernels like evcxr ( which prompted this ticket):
evcxr/evcxr#342
Ideally I'd like to help adding Julia and Rust support (with rust and C++ being a bit more non trivial due to the different comment syntax and requirement for main function in executables, but solve-able with some conventions mentioned in the evcxr ticket). I have no idea bout the Vscode codebase and effort to get that done, can someone more experienced chime in.
The text was updated successfully, but these errors were encountered: