nushell/tests/fixtures
zc he 789781665d
fix(lsp): find_id for custom def in custom def (#15289)
# Description

Enables hover/rename/references for:

```nushell
def foo [] {
  def bar [] { }
     # |____________ this custom command
}
```

# User-Facing Changes

# Tests + Formatting

+1

# After Submitting
2025-03-12 07:35:28 -05:00
..
completions Remove trailing slash from symlink completion (issue #13275) (#14667) 2024-12-27 13:45:52 +02:00
cp use uutils/coreutils cp command in place of nushell's cp command (#10097) 2023-09-08 13:57:38 -05:00
dotnu_completions refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) 2025-02-23 13:47:49 -05:00
eval Exit early when encountering parsing errors (#10213) 2023-09-05 14:36:37 +02:00
external_completions/path refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) 2025-02-23 13:47:49 -05:00
formats Bump Calamine (#14403) 2024-11-21 20:31:14 +08:00
lsp fix(lsp): find_id for custom def in custom def (#15289) 2025-03-12 07:35:28 -05:00
partial_completions Force completers to sort in fetch() (#13242) 2024-07-03 06:48:06 -05:00
quoted_completions Fix file completions which contains glob pattern (#11766) 2024-02-08 06:42:50 +08:00