pub fn classify_context(
node: LinkedNode<'_>,
cursor: Option<usize>,
) -> Option<SyntaxContext<'_>>
Expand description
Classifies the context (outer syntax) of the node that can be operated on by IDE functionality.
pub fn classify_context(
node: LinkedNode<'_>,
cursor: Option<usize>,
) -> Option<SyntaxContext<'_>>
Classifies the context (outer syntax) of the node that can be operated on by IDE functionality.