mirror of
https://github.com/nushell/nushell.git
synced 2025-06-12 04:56:56 +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
Nushell core libraries and plugins
These sub-crates form both the foundation for Nu and a set of plugins which extend Nu with additional functionality.
Foundational libraries are split into two kinds of crates:
- Core crates - those crates that work together to build the Nushell language engine
- Support crates - a set of crates that support the engine with additional features like JSON support, ANSI support, and more.
Plugins are likewise also split into two types:
- Core plugins - plugins that provide part of the default experience of Nu, including access to the system properties, processes, and web-connectivity features.
- Extra plugins - these plugins run a wide range of different capabilities like working with different file types, charting, viewing binary data, and more.