Getting Julia LanguageServer in Julia Environments to work with helix #11522
Replies: 1 comment
-
This turned out not to be an issue to be tackled with either Helix or the LanguageServer. LanguageServer does indeed work without any additional tweaks in default Helix config for Julia Lang, even for environments (either start Helix from the environment directory or This issue is just with the macro syntax. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am trying to get Julia LSP to work with helix editor for environments, and I need help understanding how to achieve this.
Helix uses the following config for Julia LSP source:
And in the Julia LanguageServer docs it says to use the following:
I think the helix config for Julia LSP should work as per the defaults of LanguageServer.
In the following image you can see
@variable
syntax ofJuliaSymbolics
not being recognized inside a Julia environment (Project.toml, Manifest.toml). But if I were to open the same files after deleting Project.toml and Manifest.toml from the project root (the screenshot of which I have not added yet), and have the said packages installed in my base enviroment, then the@variable
syntax is recognized flawlessly.What is the issue? I can give any further details that are required.
After moving Project.toml and Manifest.toml out of the folder:
Beta Was this translation helpful? Give feedback.
All reactions