Age | Commit message (Expand) | Author |
9 days | add support for textDocument/prepareRename | pommicket |
2024-10-29 | Fix find+replace when replacement matches pattern | pommicket |
2024-10-29 | Fix json number formatting | pommicket |
2023-09-14 | batch write requests, fix tiny memory leak in ide-autocomplete | pommicket |
2023-09-10 | fix LSP syncing issue | pommicket |
2023-09-10 | LSP over TCP on windows | pommicket |
2023-09-09 | deal with LSP servers that don't support incremental sync | pommicket |
2023-09-08 | LSP code formatting (not entirely working yet) | pommicket |
2023-09-08 | better LSP over TCP | pommicket |
2023-09-08 | LSP over TCP initial draft | pommicket |
2023-09-07 | textDocument/publishDiagnostics parsing | pommicket |
2023-09-07 | use LSPString in requests too for consistency | pommicket |
2023-08-13 | fix find | pommicket |
2023-08-04 | start renmae symbol | pommicket |
2023-08-04 | textDocument/documentLink parsing | pommicket |
2023-07-19 | fix memory leaks (not really leaky) | pommicket |
2023-03-02 | dynamic language registration working | pommicket |
2023-03-01 | start dynamic lbanguage registaration | pommicket |
2023-01-12 | [2.0] minor windows path-related fixes, windows installer version | pommicket |
2023-01-11 | LANG_TEXT, turn off phantom completions for text/cfg/md files | pommicket |
2023-01-11 | URI %-escape sequences | pommicket |
2023-01-09 | fixed a bunch of windows stuff | pommicket |
2023-01-06 | finished lsp-log | pommicket |
2023-01-06 | lsp-log setting | pommicket |
2023-01-05 | lsp-configuration option | pommicket |
2023-01-05 | clean up some TODOs | pommicket |
2023-01-04 | finish documenting what files do | pommicket |
2023-01-03 | go to type definition | pommicket |
2023-01-03 | go to declaration | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | restructure LSP stuff | pommicket |
2022-12-30 | textDocument/references request | pommicket |
2022-12-30 | start document highlights | pommicket |
2022-12-30 | workspaceEdit capabilities | pommicket |
2022-12-30 | write rename request | pommicket |
2022-12-30 | cancelling requests | pommicket |
2022-12-30 | definitions menu, but it's acting weird | pommicket |
2022-12-30 | parse workspace/symbol response | 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 | little things | pommicket |
2022-12-29 | textDocument/definition for ctrl+click | pommicket |
2022-12-29 | more hover | pommicket |
2022-12-29 | fix autocomplete, start hover | pommicket |
2022-12-28 | GLSL syntax highlighting | pommicket |
2022-12-28 | syntax highlighting for JSON, and XML as a separate language | pommicket |
2022-12-28 | better signature help | pommicket |
2022-12-28 | fixed (all?) problems with signature help | pommicket |
2022-12-28 | refresh signature help when cursor moved or buffer switched | pommicket |
2022-12-27 | more signature help | pommicket |