Files
nushell/tests/fixtures/lsp/hover/cell_path.nu
zc he 4bc28f1752 feat(lsp): show value on hover for const variables and CellPaths (#14940)
# Description

e.g.
<img width="299" alt="image"
src="https://github.com/user-attachments/assets/3c16835a-6d4d-48ec-b7d6-68d5bdb88ea2"
/>

and `goto def` on cell paths now finds the specific cell (only for
const) instead of doing nothing.

# User-Facing Changes
# Tests + Formatting
# After Submitting
2025-01-28 06:17:07 -06:00

6 lines
49 B
Plaintext

const r = {
foo: [1 {bar : 2}]
}
$r.foo.1.bar