I'm using Sublime Text 4 with the LSP and LSP-julia plugins. I have a Julia project with the following file structure:
MyProj
├── LICENSE
├── Manifest.toml
├── Project.toml
├── README.md
├── example.jl
├── src
│ ├── MyProj.jl
│ ├── adder.jl
│ └── divider.jl
└── test
└── runtests.jl
The LSP appears to activate the correct environment but the autocompletion and linter do not work.


I'm using Sublime Text 4 with the LSP and LSP-julia plugins. I have a Julia project with the following file structure:
The LSP appears to activate the correct environment but the autocompletion and linter do not work.