vscode-wolfram
vscode-wolfram copied to clipboard
Official Visual Studio Code extension for Wolfram Language
fix - #32, https://github.com/WolframResearch/WolframLanguageForJupyter/issues/141, https://github.com/WolframResearch/WolframLanguageForJupyter/issues/37 screenshot 
Does this extensions support Wolfram Engine (https://www.wolfram.com/engine/) as well?
So I have the [WolframLanguageForJupyter](https://github.com/WolframResearch/WolframLanguageForJupyter) paclet and kernel which runs fine in both Jupyter Notebook and in the Visual Studio code ipynb support. I also installed the VSCode Wolfram extension....
Hi, I will appreciate your help for running wl code from VS Code. I do the following sequence: 1- I verified that I can run the Wolfram Engine from the...
Mathematica will mark 2 in Sin[1, 2] as red because Sin takes only one argument. This might be useful to add support for checking the number of arguments provided and...
https://github.com/microsoft/vscode/issues/5454 was fixed. https://github.com/WolframResearch/vscode-wolfram/blob/8b55fb1724d971a303120b3f5b981d654c308c59/src/extension.ts#L305 maybe I could try to fix it.
I posted this in a closed issue, so I'm referencing it to create a new issue: @bostick, it appears something has changed in the LSPServer. Section folding has a bug...
VS Code is very popular in part for being open source. But if you try to install the vscode-wolfram extension in anything other than a Microsoft compiled VS Code you...
The main idea would be to have native syntax highlighting inside `EmbeddedHTML` and related constructs, such as XMLTemplate. VSCode provide [Injection grammars]( https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide?sa=X&ved=2ahUKEwjd1NjivqXyAhUoJrkGHQyJAq4Q9QF6BAgFEAI#injection-grammars), so I think It would be possible.
Sorry if this isn't technically an issue, but I was wondering what everyone was doing for formatting. The only option in VS code for "Document Format As" is Wolfram Language,...