summaryrefslogtreecommitdiff
path: root/lsp-write.c
AgeCommit message (Expand)Author
2023-09-07textDocument/publishDiagnostics parsingpommicket
2023-09-07use LSPString in requests too for consistencypommicket
2023-08-13fix findpommicket
2023-08-04start renmae symbolpommicket
2023-08-04textDocument/documentLink parsingpommicket
2023-07-19fix memory leaks (not really leaky)pommicket
2023-03-02dynamic language registration workingpommicket
2023-03-01start dynamic lbanguage registarationpommicket
2023-01-12[2.0] minor windows path-related fixes, windows installer versionpommicket
2023-01-11LANG_TEXT, turn off phantom completions for text/cfg/md filespommicket
2023-01-11URI %-escape sequencespommicket
2023-01-09fixed a bunch of windows stuffpommicket
2023-01-06finished lsp-logpommicket
2023-01-06lsp-log settingpommicket
2023-01-05lsp-configuration optionpommicket
2023-01-05clean up some TODOspommicket
2023-01-04finish documenting what files dopommicket
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
2022-12-27add typescript highlightingpommicket
2022-12-27handle window/showMessageRequest (hopefully)pommicket
2022-12-27fix LSP thread safetypommicket
2022-12-27added workspaceFolders supportpommicket
2022-12-26workspace/workspaceFolders requestpommicket
2022-12-26start workspace folders stuffpommicket
2022-12-25set rootUri correctlypommicket
2022-12-25fix various problems from texlab testpommicket