summaryrefslogtreecommitdiff
path: root/src/main/lsp
AgeCommit message (Collapse)Author
9 daysInsert undo boundaries on completion itemsAlbert Cervin
10 daysAdd proper undo to buffer reloadingAlbert Cervin
It now creates an undo entry for the whole file.
12 daysFix diagnostics to JSONAlbert Cervin
Did not escape the message and did not put a comma between array entries.
2025-11-21Add support for documentChanges in LSPAlbert Cervin
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).
2025-11-21Fix so more than one file gets error highlightsAlbert Cervin
The previous fix for that did not take multiple files into account.
2025-11-05Check if LSP help is emptyAlbert Cervin
Then do not display anything and warn user with a message that no help was available.
2025-11-01More lsp supportAlbert Cervin
This makes the LSP support complete for now: - Completion - Diagnostics - Goto implementation/declaration - Rename - Documentation - Find references