Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/dotnet
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00
..
2024-11-07 13:52:17 +00:00
2024-11-07 13:52:17 +00:00

.NET CLI completions

Completions for the .NET CLI (dotnet), which comes with .NET SDK. .NET is, to quote the official documentation, an "open-source developer platform for building many different types of applications".

For more information, see

This plugin uses built-in dotnet complete command, which unfortunately does not provide comments for the completions. On the other hand, it is officially supported, and completions are always in sync with the installed .NET SDK. For hand-crafted completions, see ones generated from Fish: (../auto-generate/completions/dotnet.nu).