summaryrefslogtreecommitdiff
path: root/ide-definitions.c
AgeCommit message (Collapse)Author
2023-08-06new menu system all donepommicket
2023-08-05separate ted-internal.hpommicket
2023-08-04document links seem to be workingpommicket
2023-03-03open multiple files with command line argumentspommicket
2023-01-07fix tags go-to-definition menu, silence errors for LSP not foundpommicket
2023-01-07better request cancellation systempommicket
2023-01-04more documentationpommicket
2023-01-03read workspace/symbols containerNamepommicket
2023-01-03fix double-free response_topommicket
also cancel old workspace/symbols requests
2023-01-03handle multiple definitions of a symbol with the same namepommicket
in the definitions menu
2023-01-03sort go-to-definition entries by detail after namepommicket
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-02restructure ide-*.cpommicket
2023-01-01more reorganizingpommicket
2022-12-31better LSP request cancellingpommicket
2022-12-31use double instead of struct timespecpommicket
2022-12-30cancelling requestspommicket
2022-12-30show location in definitions menupommicket
2022-12-30better ted_active_lsp, fix memory bugpommicket
2022-12-30go to definitionpommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-30parse workspace/symbol responsepommicket
2022-12-30global request IDspommicket
2022-12-29show the wait cursor when waiting for go to definitionpommicket
2022-12-29textDocument/definition for ctrl+clickpommicket