summaryrefslogtreecommitdiff
path: root/lsp.h
AgeCommit message (Collapse)Author
2023-09-14batch write requests, fix tiny memory leak in ide-autocompletepommicket
2023-09-10fix LSP syncing issuepommicket
2023-09-10fix problem where on the last line of a buffer shift+up end backspace acts weirdpommicket
2023-09-10fix godot issues by adding lsp-delaypommicket
2023-09-09deal with LSP servers that don't support incremental syncpommicket
this was the problem with godot
2023-09-09start incremental sync supportpommicket
2023-09-09fix handling of TextEdit[]pommicket
i hate microsoft so much
2023-09-08LSP code formatting (not entirely working yet)pommicket
2023-09-08LSP over TCP initial draftpommicket
2023-09-07textDocument/publishDiagnostics parsingpommicket
2023-09-07use LSPString in requests too for consistencypommicket
2023-08-07handle more complicated renamespommicket
2023-08-04textDocument/documentLink parsingpommicket
2023-07-19fix memory leaks (not really leaky)pommicket
2023-03-03fix up docspommicket
2023-03-03different read/write colors for ide-highlightspommicket
2023-03-01start dynamic lbanguage registarationpommicket
2023-01-10linux build , etc.pommicket
2023-01-08start windows supportLeo Tenenbaum
2023-01-08make 0 not a valid document IDpommicket
2023-01-08fix up stuff for when LSP server exitspommicket
2023-01-07fix tags go-to-definition menu, silence errors for LSP not foundpommicket
2023-01-07better request cancellation systempommicket
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