nushell/crates/nu-lsp
zc he 49f92e9090
feat(lsp): completion items now respect the append_whitespace flag (#15247)
# Description

Append space if marked as required.
Aligned behavior as the REPL completion.

# User-Facing Changes

# Tests + Formatting

Adjusted

# After Submitting
2025-03-05 05:45:27 -06:00
..
src feat(lsp): completion items now respect the append_whitespace flag (#15247) 2025-03-05 05:45:27 -06:00
Cargo.toml fix(lsp): completion of commands defined after the cursor (#15188) 2025-03-01 06:21:53 -06: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.