We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54cd6d commit 12443edCopy full SHA for 12443ed
crates/ark/src/lsp/symbols.rs
@@ -448,7 +448,7 @@ fn collect_assignment(
448
}
449
450
if ctx.top_level || ctx.include_assignments_in_blocks {
451
- // Collect as generic object, but only if we're at top-level. Assigned
+ // Collect as generic object, but typically only if we're at top-level. Assigned
452
// objects in nested functions and blocks cause the outline to become
453
// too busy.
454
let name = contents.node_slice(&lhs)?.to_string();
0 commit comments