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 a4f5a00 commit bc8ec87Copy full SHA for bc8ec87
crates/ark/src/lsp/symbols.rs
@@ -445,7 +445,7 @@ fn collect_assignment(
445
}
446
447
if ctx.top_level || ctx.include_assignments_in_blocks {
448
- // 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
449
// objects in nested functions and blocks cause the outline to become
450
// too busy.
451
let name = contents.node_slice(&lhs)?.to_string();
0 commit comments