Age | Commit message (Expand) | Author |
2022-12-30 | definitions menu, but it's acting weird | pommicket |
2022-12-30 | parse workspace/symbol response | pommicket |
2022-12-30 | global request IDs | pommicket |
2022-12-30 | start workspace/symbol | pommicket |
2022-12-29 | show the wait cursor when waiting for go to definition | pommicket |
2022-12-29 | error LSPResponse member | pommicket |
2022-12-29 | textDocument/definition for ctrl+click | pommicket |
2022-12-29 | fix GCC warnings | pommicket |
2022-12-29 | working hover | pommicket |
2022-12-29 | more hover | pommicket |
2022-12-29 | fix autocomplete, start hover | pommicket |
2022-12-28 | fixed (all?) problems with signature help | pommicket |
2022-12-28 | parsing signature help | pommicket |
2022-12-27 | more signature help | pommicket |
2022-12-27 | start signature help | pommicket |
2022-12-27 | fix LSP thread safety | pommicket |
2022-12-27 | fixed previous issues, + "save as" should now work | pommicket |
2022-12-27 | better workspaceFolders idea ("withhold judgement") | pommicket |
2022-12-27 | added workspaceFolders support | pommicket |
2022-12-26 | workspace/workspaceFolders request | pommicket |
2022-12-26 | start workspace folders stuff | pommicket |
2022-12-25 | set rootUri correctly | pommicket |
2022-12-25 | fix problem with jdtls by appending \n to empty files | pommicket |
2022-12-25 | fix various problems from texlab test | pommicket |
2022-12-24 | testing LSPs for other languages | pommicket |
2022-12-24 | fix ted_get_lsp problem | pommicket |
2022-12-24 | start LSP setting | pommicket |
2022-12-23 | framework for having multiple/configurable LSPs | pommicket |
2022-12-23 | only ask for completions if the server actually supports it | pommicket |
2022-12-23 | trigger characters | pommicket |
2022-12-23 | LSP document_data | pommicket |
2022-12-22 | start capabilities | pommicket |
2022-12-22 | symbol kind | pommicket |
2022-12-22 | reorganize lsp code | pommicket |
2022-12-22 | didClose notification, better completion | pommicket |
2022-12-22 | document IDs instead of documents | pommicket |
2022-12-20 | more completion | pommicket |
2022-12-20 | working didChange | pommicket |
2022-12-20 | start didChange | pommicket |
2022-12-19 | much better system for writing requests | pommicket |
2022-12-18 | a bunch of brekaing changes | pommicket |
2022-12-18 | working textDocument/didOpen | pommicket |
2022-12-10 | more lsp | pommicket |
2022-12-09 | real completion parsing!! | pommicket |
2022-12-09 | pass by value intead of poitner | pommicket |
2022-12-09 | more completion, not working yet | pommicket |
2022-12-09 | clean things up with lsp_expect_* | pommicket |
2022-12-09 | getting some completions | pommicket |
2022-12-09 | more lsp | pommicket |
2022-12-08 | fix response receiving | pommicket |