Skip to main content

Crate oak_hover

Crate oak_hover 

Source
Expand description

Hover information provider for Oak languages. Hover support for the Oak language framework.

This crate provides traits and structures for providing hover information (documentation, type info, etc.) for code elements in an editor.

Structs§

Hover
Represents hover information.

Traits§

HoverProvider
Trait for languages that support hover information.