summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src/matchers.rs
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-03Refactor `Scope` (#5797)Laurenz
2025-01-29Resolve bound name of bare import statically (#5773)Laurenz
2025-01-06Select items by import paths (#5518)Myriad-Dreamin
2024-12-18Further improve IDE tests (#5602)Laurenz
2024-12-16Consider parameters when iterating items in scope (#5517)Myriad-Dreamin
2024-11-13Simplify go-to-definitionLaurenz
2024-11-13Introduce `IdeWorld` traitLaurenz
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>