| Age | Commit message (Collapse) | Author |
|
These should ideally be paired with setting the capability on
initialize, but for now, the parsing support is there at least for
LSP servers that ignore it (like pylsp).
|
|
The previous fix for that did not take multiple files into account.
|
|
Then do not display anything and warn user with a message that
no help was available.
|
|
This makes the LSP support complete for now:
- Completion
- Diagnostics
- Goto implementation/declaration
- Rename
- Documentation
- Find references
|