nushell/crates/nu-lsp/src
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
..
ast.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
diagnostics.rs feat(lsp): better completion item documentation (#14905) 2025-01-24 06:44:55 -06:00
goto.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
hints.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
lib.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
notification.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
symbols.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
workspace.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00