mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
# Description For example: here's what happens after selecting the `if` command from the completion menu: <img width="318" alt="image" src="https://github.com/user-attachments/assets/752a3bae-ce92-4473-bc96-01032d9295aa" /> <img width="319" alt="image" src="https://github.com/user-attachments/assets/c4bf0c25-ec42-4416-b93e-4925a4650e73" /> Missing arguments are inserted as placeholders in a snippet, just as function name completions in other lsp servers like rust-analyzer and clangd. # User-Facing Changes Press tab to navigate Flags still need to be added manually # Tests + Formatting Refined # After Submitting
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.