"go to definition" in Apex LSP doesn't always work
Closed this issue · 1 comments
xixiaofinland commented
The "go to definiton" (class, method, variable) supplied by apex-jorje-lsp.jar doesn't always work. It's typically bind to key gd
.
In nvim, we can use ctag to generate ctag file to complement it. Even better, the C-]
in nvim will use LSP "go to definition", and fall back to ctag automatically if fails. I currently use it in my own dotfiles, it works seamlessly, covering all "go to definiton" scenarios.
Wonder if it's a good idea to add this ctag feature into sf.nvim? Thoughts? @FedeAbella @waltonzt
xixiaofinland commented