-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a README for dotnet completions
- Loading branch information
1 parent
34af115
commit ff86f7c
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# .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 | ||
|
||
- [Installation instructions](https://learn.microsoft.com/en-us/dotnet/core/install/), | ||
- [CLI documentation](https://learn.microsoft.com/en-us/dotnet/core/tools/), | ||
- [General dotnet documentation](https://learn.microsoft.com/en-us/dotnet/fundamentals/). | ||
|
||
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). |