Expand description
Navigation support for the Oak language framework.
This crate provides traits and structures for code navigation features like “Go to Definition” and “Find All References”.
Structs§
- Location
- Represents a location in a source file.
- Simple
Reference Finder - A helper to find all references of a name in a tree.
Traits§
- Definition
Provider - Trait for languages that support jumping to definition.
- References
Provider - Trait for languages that support finding references.