Skip to main content

Crate oak_navigation

Crate oak_navigation 

Source
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.
SimpleReferenceFinder
A helper to find all references of a name in a tree.

Traits§

DefinitionProvider
Trait for languages that support jumping to definition.
ReferencesProvider
Trait for languages that support finding references.