jwortmann
jwortmann
Hi, maybe this comment is a bit late for your problem, but I think the lines 944 & 945 (for single quoted strings) and 952 & 953 (for double quoted...
I was thinking about this, but I wonder whether there are some misunderstandings in the preceding comments: >In case of "Refactorings", these kinds should not always be directly visible to...
> What would we filter against when the server wouldn't provide `codeActionKinds`? Would we filter against `source.*` when triggering the `Source action...` menu? Yes, I would filter against `source.*` (meaning...
In LaTeX, `\( ... \)` is used for the inline math environment. Hence, if `\(` gets added, I would expect a similar ligature for `\)` as well, so that it...
I'm not sure whether this repository is still maintained due to the missing reactions on pull requests, but I think it would be nice to ship a build system by...
The issue seems to be caused by this line https://github.com/JuliaLang/julia/blob/97aa8318e792966172e38310d97ea25b91d88744/base/reducedim.jl#L168 Minimum example: ``` foo(x::A{f(a)}) ``` as soon as you type `=` at the end of the line, it will freeze...
Hi, I believe your assumption is correct that you need to pass the env_path to your project folder in the starting options. The description on readthedocs is actually a bit...
Maybe this works? I don't know if I missed the branching stuff. ```diff --- Installed Packages/Julia/Julia.sublime-syntax +++ Packages/Julia/Julia.sublime-syntax @@ -1034,15 +1034,32 @@ pop: true - include: main + function-call-keyword-arguments-only: +...
If the Julia package is installed via Package Control, then it can't work because the syntax is within a zip file in the *Installed Packages* folder. If you have the...
By the exact same rule as in `function-call-arguments-group`?