pub fn extract_items_from_ast(
syntax: &SyntaxNode,
remove_doc_comments: bool,
) -> Vec<ItemInfo>
Expand description
Extracts items from the AST node, returning a list of ItemInfo
.
pub fn extract_items_from_ast(
syntax: &SyntaxNode,
remove_doc_comments: bool,
) -> Vec<ItemInfo>
Extracts items from the AST node, returning a list of ItemInfo
.