summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src
AgeCommit message (Expand)Author
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
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
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-17Fix backlinks (#4409)Laurenz
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-06-09Pure location assignment (#4352)Laurenz
2024-05-30Simplify paragraph collection (#4301)Laurenz
2024-05-30Tests for jump from click/cursor (#4297)Laurenz
2024-05-29Fix `Default` impls for AST nodes (#4288)Laurenz
2024-05-22Refactor frame metadata into tags (#4212)Laurenz
2024-05-13Replace all `Prehashed` with `LazyHash` (#4127)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-01Fix source path resolution in import analysis (#3842)Myriad-Dreamin
2024-04-01Add side parameter to leaf_at (#3767)Matthew Toohey
2024-03-12Track context (#3623)Laurenz
2024-03-09Update changelog and roadmap (#3594)Laurenz
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
2024-01-17Add `Page` structLaurenz
2023-11-30Adjust signature of `jump_from_cursor`Laurenz
2023-11-30Optimized labels & introspector (#2801)Sébastien d'Herbais de Thun