lsp_core::prelude::systems

Function hover_property

Source
pub fn hover_property(
    query: Query<'_, '_, (&TokenComponent, &Prefixes, &DocumentLinks, &mut HoverRequest)>,
    other: Query<'_, '_, (&Label, Option<&Prefixes>, &Wrapped<Vec<DefinedProperty>>)>,
)