nushell/crates/nu-lsp
zc he 56d7e4bb89
refactor(completion, lsp): include decl_id in suggetion_kind for later usage (#15536)
# Description

Should be more performant, calling for `find_decl` by name for all
entries is generally a heavy op.

# User-Facing Changes

NA

# Tests + Formatting

# After Submitting
2025-04-15 07:24:56 -05:00
..
src refactor(completion, lsp): include decl_id in suggetion_kind for later usage (#15536) 2025-04-15 07:24:56 -05:00
Cargo.toml fix(lsp): several edge cases of inaccurate references (#15523) 2025-04-09 21:15:35 -05:00
LICENSE Integrated Language Server (#10723) 2023-11-02 10:18:57 -05:00
README.md Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00

Implementation of the Nushell language server.

See the Language Server Protocol specification

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.