| ▲ | aqula 10 hours ago | |
LSP is not great for non-editor use cases. Everything is cursor position oriented. | ||
| ▲ | WilcoKruijer 3 hours ago | parent | next [-] | |
There are actions that don't require cursor position, like document/workspace symbols, that could be useful. | ||
| ▲ | HarHarVeryFunny 6 hours ago | parent | prev [-] | |
Yes, something like TreeSitter would seem to be of more value - able to lookup symbols by name, and find the spans of source code where they are defined and used. | ||