summaryrefslogtreecommitdiff
path: root/ide-autocomplete.c
AgeCommit message (Collapse)Author
2023-03-04regenerate tags if there are no completion resultspommicket
(if regenerate-tags-if-not-found is enabled)
2023-01-08fix memory leakspommicket
2023-01-07better request cancellation systempommicket
2023-01-07oops turns out Hover.range is optionalpommicket
2023-01-07clean up phantom codepommicket
2023-01-06fix some autocomplete issuespommicket
also untested higher-than-1-second-resolution windows time_last_modified
2023-01-06fix various tags thingspommicket
2023-01-06phantom completionspommicket
2023-01-06start phantom completionspommicket
2023-01-04more documentationpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04more documentationpommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02fix up restructuringpommicket
2023-01-02restructure ide-*.cpommicket
2023-01-01char const => const charpommicket
2023-01-01move string32.c into util.cpommicket
2022-12-31better LSP request cancellingpommicket
2022-12-31avoid using time_get_secondspommicket
because it makes a syscall
2022-12-31use double instead of struct timespecpommicket
2022-12-30show location in definitions menupommicket
2022-12-29textDocument/definition for ctrl+clickpommicket