summaryrefslogtreecommitdiff
path: root/lsp-parse.c
AgeCommit message (Collapse)Author
2023-01-05lsp-configuration optionpommicket
2023-01-04finish documenting what files dopommicket
2023-01-03read workspace/symbols containerNamepommicket
2023-01-03fix double-free response_topommicket
also cancel old workspace/symbols requests
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure LSP stuffpommicket
2022-12-31show line containing usagepommicket
2022-12-31ted_get_buffer_with_file, sort usagespommicket
2022-12-30textDocument/references requestpommicket
2022-12-30start document highlightspommicket
2022-12-30textDocument/rename response parsingpommicket
2022-12-30start parse rename responsepommicket
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-29error LSPResponse memberpommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-29fix GCC warningspommicket
2022-12-29hover highlightpommicket
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-28moving things around a bitpommicket
2022-12-28refresh signature help when cursor moved or buffer switchedpommicket
2022-12-28nice signature help (still needs work)pommicket
2022-12-28parsing signature helppommicket
2022-12-27more signature helppommicket
2022-12-27start signature helppommicket
2022-12-27handle window/showMessageRequest (hopefully)pommicket
2022-12-27ignore telemetry/eventpommicket
2022-12-27added workspaceFolders supportpommicket
but broke non-workspaceFolders support
2022-12-26workspace/workspaceFolders requestpommicket
2022-12-26start workspace folders stuffpommicket
2022-12-25handle complete vs incomplete listspommicket
2022-12-25fix various problems from texlab testpommicket
2022-12-23remove old codepommicket
2022-12-23trigger characterspommicket
2022-12-23show documentation!pommicket
2022-12-22finish up capabilities (for now)pommicket
2022-12-22deprecated support!pommicket
2022-12-22symbol kindpommicket
2022-12-22detail textpommicket
2022-12-22reorganize lsp codepommicket