summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src/complete.rs
AgeCommit message (Expand)Author
2025-02-26Improve clarity of `ast.rs` for newcomers to the codebase (#5784)Ian Wrzesinski
2025-02-25Only autocomplete methods which take self (#5824)Laurenz
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2025-02-11Fix autocomplete and jumps in math (#5849)Laurenz
2025-02-06Autocomplete content methods (#5822)Laurenz
2025-02-04Scope deprecations (#5798)Laurenz
2025-02-03Refactor `Scope` (#5797)Laurenz
2025-01-30Modular, multi-threaded, transitioning plugins (#5779)Laurenz
2025-01-09Revamp data loading and deprecate `decode` functions (#5671)Laurenz
2024-12-18Further improve IDE tests (#5602)Laurenz
2024-12-18Fix autocompletion of half-completed import item (#5531)Yifan Song
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-11-29Compile-time `PicoStr` interning (#5491)Laurenz
2024-11-13Smarter filtering of scope completionsLaurenz
2024-11-13Simplify go-to-definitionLaurenz
2024-11-13Move a few things into separate filesLaurenz
2024-11-13Figure body snippetsLaurenz
2024-11-13Distinguish between more completion kindsLaurenz
2024-11-13Autocomplete file pathsLaurenz
2024-11-13Introduce `IdeWorld` traitLaurenz
2024-11-13Do not complete existing positional parametersLaurenz
2024-11-13Simplify tooltip testsLaurenz
2024-11-13Autocomplete different functions with different bracketsLaurenz
2024-11-13Fix `#cite` autocompletionLaurenz
2024-11-13Simplify autocompletion testsLaurenz
2024-10-27Split out four new crates (#5302)Laurenz
2024-07-15Fix duplicate completions (#4563)Laurenz
2024-07-11Spans for cross-file go-to-definition (#4539)Laurenz
2024-07-09Basic Definition Finder for IDE (#4309)Myriad-Dreamin
2024-07-09Fix suggestions for '.' after code mode has exited. (#4470)shinyfelix
2024-06-22Add message when trying to access a field that is not set (#4399)+merlan #flirora
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-05-13Factor out `typst-utils` crate (#4125)Laurenz
2024-05-06Slice the before_window at char boundaries (#4028)Myriad-Dreamin
2024-04-13Better test runner (#3922)Laurenz
2024-04-01Add side parameter to leaf_at (#3767)Matthew Toohey
2024-02-28Fix package autocompletion deduplication (#3525)Laurenz
2024-02-28Make use of `is_some_and` where applicable (#3523)Laurenz
2024-02-27New context system (#3497)Laurenz
2024-02-21Destructuring improvements (#3463)Laurenz
2023-11-30Optimized labels & introspector (#2801)Sébastien d'Herbais de Thun
2023-11-28Add missing details for type completionLaurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19Streamline importsLaurenz
2023-11-10Implement Oklch support (#2611)frozolotl
2023-11-08Move some things out of `util`Laurenz
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-10-30Label autocompletionLaurenz
2023-10-09Hashtag -> HashLaurenz
2023-10-04Add `Repr` trait (#2269)MALO