dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.37k stars 378 forks source link

Would the dotnet-suggest be integrated into the .NET SDK #1754

Open WeihanLi opened 2 years ago

WeihanLi commented 2 years ago

It would be easier to use if it's integrated by the .NET SDK likes the dotnet format tool

jonsequitur commented 2 years ago

We've been discussing doing something like this as part of making completions work without users needing to install dotnet-suggest and shim shell scripts manually.

WeihanLi commented 2 years ago

That would be great 👍

KalleOlaviNiemitalo commented 1 year ago

Is this why dotnet-suggest is included in the .NET Package Deprecation list that was announced in https://github.com/dotnet/announcements/issues/217 and discussed in https://github.com/dotnet/core/issues/7420?

jonsequitur commented 1 year ago

I think that's just because we haven't released a new version of it in a while. Including this functionality in the SDK is a possibility we've discussed but there's no specific design for it yet, and in the ideal case, the completion functionality would also be available to people who don't have the SDK installed.