wolfram-language-notebook icon indicating copy to clipboard operation
wolfram-language-notebook copied to clipboard

`wl` script support.

Open hongyi-zhao opened this issue 2 years ago • 5 comments

I'm very glad to know this wonderful vscode plugin here, but I've the following question:

Can this plugin support writing wl script, i.e., the file with .wl extension, directly in vscode? I've noticed that the official vscode-wolfram plugin has this feature.

Regards, HZ

hongyi-zhao avatar Jun 25 '22 04:06 hongyi-zhao

you could check the https://github.com/kenkangxgwe/lsp-wl/tree/develop.

asukaminato0721 avatar Jun 28 '22 17:06 asukaminato0721

Do you mean the following ugly formatted style represented there?

image

hongyi-zhao avatar Jun 29 '22 01:06 hongyi-zhao

@hongyi-zhao no, it's just a lsp. You could run script with something like code-runner. https://web.archive.org/web/20220418065125/https://gitee.com/asdasd1dsadsa/ZhiHu-asdasd1dsadsa/blob/master/Article/%E4%B8%BAWolframEngine%E9%85%8D%E7%BD%AEVSCode%EF%BC%88Windows%EF%BC%89.md gitee sucks.

asukaminato0721 avatar Jun 29 '22 17:06 asukaminato0721

Do you mean the output shown in the following panel:

image

Anyway, it seems that this feature is a far cry from notebook's Inline evaluation mode.

hongyi-zhao avatar Jun 30 '22 00:06 hongyi-zhao

y, I mean that.

from py's view: it's just .py vs .ipynb

lsp. -> .py Inline evaluation mode. -> .ipynb

asukaminato0721 avatar Jun 30 '22 04:06 asukaminato0721