summaryrefslogtreecommitdiff
path: root/lsp.h
AgeCommit message (Expand)Author
2023-01-06lsp-log settingpommicket
2023-01-05lsp-configuration optionpommicket
2023-01-05document lsp.hpommicket
2023-01-04finished documenting ted.hpommicket
2023-01-03read workspace/symbols containerNamepommicket
2023-01-03don't start up multiple LSP servers with the same commandpommicket
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-03different types of messagespommicket
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