Would the dotnet-suggest be integrated into the .NET SDK
It would be easier to use if it's integrated by the .NET SDK likes the dotnet format tool
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.
That would be great 👍
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?
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.