LSP is no help. What do people use? Is there an extension for that sort of thing?
I use methods
often and just control click to open the source for the code I’m interested in. Alternatively, I’ve cloned the repo of the package I’m interested in and the LSP seems to work well then. Lastly, I’ve occasionally used Cthulu.jl to track down a particular call but I do that in a standalone REPL in the terminal rather than in VSCode.
Exuberant ctags, anyone?
Actually, I should mention that workspaces together with “go to symbol in workspace” (ctrl+t) work rather well. The disadvantage is that one has to manage the workspaces manually.
What do you mean with “workspaces”? What do you mean with “managing work spaces”?
I simply mean that the folders need to be added manually (or removed), instead of this being based on the structure of the Julia packages.