summaryrefslogtreecommitdiff
path: root/lsp.c
AgeCommit message (Collapse)Author
2022-12-27start signature helppommicket
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
but broke non-workspaceFolders support
2022-12-26workspace/workspaceFolders requestpommicket
2022-12-26start workspace folders stuffpommicket
2022-12-25set rootUri correctlypommicket
2022-12-25fix problem with jdtls by appending \n to empty filespommicket
2022-12-25fix various problems from texlab testpommicket
2022-12-24testing LSPs for other languagespommicket
2022-12-24fix ted_get_lsp problempommicket
2022-12-24start LSP settingpommicket
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-23only ask for completions if the server actually supports itpommicket
2022-12-23trigger characterspommicket
2022-12-23LSP document_datapommicket
2022-12-22start capabilitiespommicket
2022-12-22symbol kindpommicket
2022-12-22reorganize lsp codepommicket
2022-12-22didClose notification, better completionpommicket
2022-12-22document IDs instead of documentspommicket
2022-12-20more completionpommicket
2022-12-20working didChangepommicket
2022-12-20start didChangepommicket
2022-12-19much better system for writing requestspommicket
2022-12-18a bunch of brekaing changespommicket
2022-12-18working textDocument/didOpenpommicket
2022-12-10more lsppommicket
2022-12-09real completion parsing!!pommicket
2022-12-09pass by value intead of poitnerpommicket
2022-12-09more completion, not working yetpommicket
2022-12-09clean things up with lsp_expect_*pommicket
2022-12-09getting some completionspommicket
2022-12-09more lsppommicket
2022-12-08fix response receivingpommicket
2022-12-07more LSPpommicket
2022-12-07more lsp stuffpommicket
2022-12-07nice communication with LSPpommicket
2022-12-06more work on lsppommicket
2022-12-06more lsppommicket
2022-12-05full json parserpommicket
2022-12-05more jsonpommicket
2022-12-05more json parserpommicket
2022-12-05more lsp, start json parserpommicket
2022-12-05start lsppommicket