nushell/crates/nu-lsp/src
zc he a886e30e04
fix(lsp): parser_info based id detection for use/overlay keywords (#15517)
# Description

Now, with PWD correctly set in #15470 , identifiers in
`use/hide/overlay` commands can be identified using a more robust
method, i.e. module_id from `parser_info`.

# User-Facing Changes

bug fix

# Tests + Formatting

+1 (fails without this PR)

# After Submitting
2025-04-07 19:31:03 -05:00
..
ast.rs fix(lsp): parser_info based id detection for use/overlay keywords (#15517) 2025-04-07 19:31:03 -05:00
completion.rs fix(lsp): keywords in completion snippets (#15499) 2025-04-06 08:36:59 -05:00
diagnostics.rs fix(lsp): more accurate PWD: from env -> parent dir of current file (#15470) 2025-04-05 08:41:34 -05:00
goto.rs fix(lsp): parser_info based id detection for use/overlay keywords (#15517) 2025-04-07 19:31:03 -05:00
hints.rs fix(lsp): completion of commands defined after the cursor (#15188) 2025-03-01 06:21:53 -06:00
hover.rs fix(lsp): parser_info based id detection for use/overlay keywords (#15517) 2025-04-07 19:31:03 -05:00
lib.rs fix(lsp): more accurate PWD: from env -> parent dir of current file (#15470) 2025-04-05 08:41:34 -05:00
notification.rs refactor(lsp): align markdown doc string with output of --help (#15508) 2025-04-06 08:37:59 -05:00
semantic_tokens.rs refactor(lsp): span fix made easy by bumping lsp-textdocument to 0.4.2 (#15287) 2025-03-11 06:13:58 -05:00
signature.rs refactor(lsp): align markdown doc string with output of --help (#15508) 2025-04-06 08:37:59 -05:00
symbols.rs fix(lsp): more accurate PWD: from env -> parent dir of current file (#15470) 2025-04-05 08:41:34 -05:00
workspace.rs fix(lsp): more accurate PWD: from env -> parent dir of current file (#15470) 2025-04-05 08:41:34 -05:00