summaryrefslogtreecommitdiff
path: root/lsp-write.c
AgeCommit message (Collapse)Author
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure LSP stuffpommicket
2022-12-30textDocument/references requestpommicket
2022-12-30start document highlightspommicket
2022-12-30workspaceEdit capabilitiespommicket
2022-12-30write rename requestpommicket
2022-12-30cancelling requestspommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-30parse workspace/symbol responsepommicket
2022-12-30start workspace/symbolpommicket
2022-12-29show the wait cursor when waiting for go to definitionpommicket
2022-12-29little thingspommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-29more hoverpommicket
2022-12-29fix autocomplete, start hoverpommicket
2022-12-28GLSL syntax highlightingpommicket
2022-12-28syntax highlighting for JSON, and XML as a separate languagepommicket
2022-12-28better signature helppommicket
2022-12-28fixed (all?) problems with signature helppommicket
2022-12-28refresh signature help when cursor moved or buffer switchedpommicket
2022-12-27more signature helppommicket
2022-12-27start signature helppommicket
2022-12-27send "params": {} for initialized requestpommicket
it's unclear whether the standard requires this, but gopls fails without it
2022-12-27add typescript highlightingpommicket
2022-12-27handle window/showMessageRequest (hopefully)pommicket
2022-12-27fix LSP thread safetypommicket
2022-12-27added workspaceFolders supportpommicket
but broke non-workspaceFolders support
2022-12-26workspace/workspaceFolders requestpommicket
2022-12-26start workspace folders stuffpommicket
2022-12-25set rootUri correctlypommicket
2022-12-25fix various problems from texlab testpommicket
2022-12-23completion context + don't flash cursor if trigger characterpommicket
2022-12-23LSP document_datapommicket
2022-12-22finish up capabilities (for now)pommicket
2022-12-22deprecated support!pommicket
2022-12-22start capabilitiespommicket
2022-12-22reorganize lsp codepommicket