vscode-wl icon indicating copy to clipboard operation
vscode-wl copied to clipboard

Wolfram Language support for Visual Studio Code.

Results 16 vscode-wl issues
Sort by recently updated
recently updated
newest added

From the description, it seems like this plugin supports auto-completion but I'm not 100% sure. When I try editing a `.wl` file with the plugin installed I don't get any...

https://github.com/shigma/vscode-wl/blob/1bab737dbc961483e41b85baf462e714f7509fb8/syntaxes/simplest.yaml#L200 Divide, if the author wants, I could make a PR.

Type: Bug Bracket colorization fails with consecutive brackets like this: ``` SomeFunction[SomeOtherFunction[]] ``` However if I add a space between brackets, the colorization gets fixed: ``` SomeFunction [ SomeOtherFunction [...

I talked to someone who tried this plugin. Here are his speaks. > vsc那个插件就支持了高亮 而且一遇到part高亮都出问题 我都看得出来是part的两层括号和函数调用的中括号形式上不能区分导致的 识别出来part的模式 就这么简单 而作者没这么整 可能是忘了,可能是觉得兼容 我的标准:凡是我能在一瞬间(5s内)意识到问题的原因和解决方法(或者无法解决的原因),那么这个问题就是平凡的 当然第一反应错了另说,我肯定不会不改 I don't know whether it is true or...

The bracket matching seems to be wrong if Head also contains brackets. For instance, ``` f[1][x_] := x ^ 2 f[2][x_] := x ^ 3 Table[If[i < 3, f[1][i], f[2][i]],...

* Using a `.ma` file extension * Using a `#!/usr/bin/env MathKernel -script` shebang Still not highlighting as Mathematica / Wolfram code.

For example, in `10Range@9`, 10 and 9 is highlighted but Range is not. If a space is added between `10` and `Range`, `Range` will be highlighted.

Can the local variables used in `With[]`, `Block[]`, `Module[]` and event `Do[]`, `Table[]`, `NDSolve[]` be highlighted?

I am only noticing this on one of my WL source files. It seems that either syntax highlighting or bracket checking is causing the entire vscode UI to freeze for...