summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src
AgeCommit message (Expand)Author
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-28Fix tracing of most field call expressions (#6234)Igor Khanin
2025-05-28More precise math font autocomplete suggestions (#6316)Igor Khanin
2025-05-20Use the right multiplication symbol in expression tooltip (#6163)Malo
2025-03-31Make `World::font` implementations safe (#6117)Myriad-Dreamin
2025-03-28IDE: complete jump-to-cursor impl (#6037)Matt Fellenz
2025-03-11Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#...evie
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-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
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
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