Command NuGet: Packages will open visual NuGet package manager. You can also open it in the context menu of the .csproj file in Explorer. The implementation is a fork of the visual-nuget extension.
Command .NET Publish for build and publish project.
Command Run Powershell Script for running powershell script in workspace. You can also run script in the context menu of the .ps1 file in Explorer.
When creating a .cs script, it is automatically filled with a class or interface template.
When you rename a class name or interface, the file name will also be changed, just as if you change the file name, the class name will be changed.
Automatic removal of unused using directives when saving C# files
Requirements
Powershell. The extension forwards the commands to the dotnet cli and also running powershell scripts.