summaryrefslogtreecommitdiff
path: root/lsp.h
AgeCommit message (Expand)Author
2023-01-02fix tcc build problemspommicket
2023-01-02finish restructuringpommicket
2023-01-02fix up restructuringpommicket
2023-01-02restructure LSP stuffpommicket
2023-01-01more reorganizingpommicket
2022-12-31start moving things aroundpommicket
2022-12-31ted_get_buffer_with_file, sort usagespommicket
2022-12-30textDocument/references requestpommicket
2022-12-30start document highlightspommicket
2022-12-30workspaceEdit capabilitiespommicket
2022-12-30textDocument/rename response parsingpommicket
2022-12-30start parse rename responsepommicket
2022-12-30write rename requestpommicket
2022-12-30cancelling requestspommicket
2022-12-30better ted_active_lsp, fix memory bugpommicket
2022-12-30parse workspace/symbol responsepommicket
2022-12-30global request IDspommicket
2022-12-30start workspace/symbolpommicket
2022-12-29show the wait cursor when waiting for go to definitionpommicket
2022-12-29error LSPResponse memberpommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-29working hoverpommicket
2022-12-29more hoverpommicket
2022-12-29fix autocomplete, start hoverpommicket
2022-12-28better signature helppommicket
2022-12-28fixed (all?) problems with signature helppommicket
2022-12-28parsing signature helppommicket
2022-12-27more signature helppommicket
2022-12-27start signature helppommicket
2022-12-27handle window/showMessageRequest (hopefully)pommicket
2022-12-27fix LSP thread safetypommicket
2022-12-27fixed previous issues, + "save as" should now workpommicket
2022-12-27better workspaceFolders idea ("withhold judgement")pommicket
2022-12-27added workspaceFolders supportpommicket
2022-12-26workspace/workspaceFolders requestpommicket
2022-12-26start workspace folders stuffpommicket
2022-12-25handle complete vs incomplete listspommicket
2022-12-24testing LSPs for other languagespommicket
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-23only ask for completions if the server actually supports itpommicket
2022-12-23completion context + don't flash cursor if trigger characterpommicket
2022-12-23trigger characterspommicket
2022-12-23LSP document_datapommicket
2022-12-23show documentation!pommicket
2022-12-22deprecated support!pommicket
2022-12-22symbol kindpommicket
2022-12-22detail textpommicket
2022-12-22didClose notification, better completionpommicket
2022-12-22document IDs instead of documentspommicket
2022-12-20more completionpommicket