summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src/definition.rs
AgeCommit message (Expand)Author
2025-07-08Rewrite foundations of native elements (#6547)Laurenz
2025-06-26Disallow empty labels and references (#5776) (#6332)Said A.
2025-02-03Refactor `Scope` (#5797)Laurenz
2024-12-18Further improve IDE tests (#5602)Laurenz
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-11-29Compile-time `PicoStr` interning (#5491)Laurenz
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