summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src/complete.rs
AgeCommit message (Collapse)Author
2025-07-10Fix regression in reference autocomplete (#6586)HEADmainSaid A.
2025-07-10Deduplicate labels for code completion (#6516)Said A.
2025-06-26Allow deprecating symbol variants (#6441)Malo
2025-06-23Typed HTML API (#6476)Laurenz
2025-06-20Fix param autocompletion false positive (#6475)Laurenz
2025-06-10Adjust source file API surface (#6423)Laurenz
2025-06-09Autocomplete fixes for math mode (#6415)cAttte
2025-06-04Add support for WebP images (#6311)Linus Unnebäck
2025-05-28More precise math font autocomplete suggestions (#6316)Igor Khanin
2025-02-26Improve clarity of `ast.rs` for newcomers to the codebase (#5784)Ian Wrzesinski
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: T0mstone <39707032+T0mstone@users.noreply.github.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
A A
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>