We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a057b7 commit 170f365Copy full SHA for 170f365
1 file changed
src/util/declarations.rs
@@ -218,8 +218,6 @@ fn is_defined_variable_in_expression(
218
&& (var_end_col < position.character as usize || var_end_row < position.line as usize)
219
}
220
221
-/// Port of TypeScript `findDeclarationUsingGlobalSemantics`.
222
-///
223
/// Searches `base_node` (a program root or subshell) for the first declaration
224
/// of `word`. `boundary` is updated when a local declaration is found (to stop
225
/// searching past it). Returns `(declaration_range, continue_searching)`.
0 commit comments