summaryrefslogtreecommitdiff
path: root/lsp-parse.c
AgeCommit message (Expand)Author
2023-08-04textDocument/documentLink parsingpommicket
2023-03-03different read/write colors for ide-highlightspommicket
2023-03-03open multiple files with command line argumentspommicket
2023-01-11URI %-escape sequencespommicket
2023-01-09fixed a bunch of windows stuffpommicket
2023-01-07fix texlab go-to-definitionpommicket
2023-01-07oops turns out Hover.range is optionalpommicket
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
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
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