lsp_core::prelude::systems

Function complete_properties

Source
pub fn complete_properties(
    query: Query<'_, '_, (&TokenComponent, &TripleComponent, &Prefixes, &DocumentLinks, &Label, &Types, &mut CompletionRequest)>,
    other: Query<'_, '_, (&Label, &Wrapped<Vec<DefinedProperty>>)>,
    hierarchy: Res<'_, TypeHierarchy<'static>>,
)