summaryrefslogtreecommitdiff
path: root/crates/typst-ide
AgeCommit message (Collapse)Author
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-29Resolve bound name of bare import statically (#5773)Laurenz
2025-01-09Revamp data loading and deprecate `decode` functions (#5671)Laurenz
2025-01-08More flexible and efficient `Bytes` representation (#5670)Laurenz
2025-01-06Select items by import paths (#5518)Myriad-Dreamin
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-16Consider parameters when iterating items in scope (#5517)Myriad-Dreamin
2024-12-11More `CapturesVisitor` tests (#5506)Ian Wrzesinski
2024-12-04Add HTML export formatLaurenz
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-11-29Compile-time `PicoStr` interning (#5491)Laurenz
2024-11-26Replace _magic_ "preview" literals with a constant (#5452)Stephen Waits
2024-11-13Smarter filtering of scope completionsLaurenz
2024-11-13Simplify go-to-definitionLaurenz
2024-11-13Add support for raw range spansLaurenz
2024-11-13Simplify import handlingLaurenz
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-13Star import tooltipLaurenz
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-11-07Remove unused dependencies (#5379)Yip Coekjan
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-10Fix scales for unit conversion (#5169)Laurenz
2024-10-01Fix duration formatting precision (#5082)Laurenz
2024-09-30Add internal URL type (#5074)Laurenz
2024-09-26Make `jump_from_cursor` return a vector of `Position` (#4886)Sébastien d'Herbais de Thun
2024-08-20Share allocations for singletons (#4794)Laurenz
2024-07-15Fix duplicate completions (#4563)Laurenz
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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-17Fix backlinks (#4409)Laurenz
2024-06-10Remove `Tracer` (#4365)Laurenz