pub fn identifier_text(node: &SyntaxNode) -> Option<SmolStr>
Expand description
return the normalized identifier string of the first SyntaxKind::Identifier in this node
pub fn identifier_text(node: &SyntaxNode) -> Option<SmolStr>
return the normalized identifier string of the first SyntaxKind::Identifier in this node