1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 21:57:44 +00:00
nu_scripts/custom-completions/dotnet
Jakub Grabarczuk 102c7d884b
Completions for dotnet (#938)
Just forwarding the work to "dotnet complete" command,
which has a disadvantage of not including any comments
2024-08-28 08:15:37 -05:00
..
dotnet-completions.nu Completions for dotnet (#938) 2024-08-28 08:15:37 -05:00
README.md Completions for dotnet (#938) 2024-08-28 08:15:37 -05: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).