Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>.Net HelperNew to Visual Studio Code? Get it now.
.Net Helper

.Net Helper

Trend Smart

|
877 installs
| (2) | Free
| Sponsor
This exstension helps you work more easily with VS Code in .NET projects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dotnet Helper

Dotnet Helper is a VS Code extension that helps you work more easily with .NET projects. It uses VS Code terminal and dotnet CLI to provide various tools and commands for .NET development. It supports dotnet seven (.NET 7).

Features

You can use the tools by right-clicking on the project or solution files in the VS Code explorer:

Requirements

To use this extension, you need to have the following installed:

  • VS Code
  • .NET SDK
  • C# extension for VS Code

Installation

You can install this extension from the VS Code Marketplace or by searching for "dotnet helper" in the VS Code extensions view.

Usage

After installing the extension, you can use the tools by right-clicking on the project or solution files in the VS Code explorer or on the editor. You can also access the tools from the command palette by typing "dotnet helper".

Some of the tools are:

  • Build: Builds the project or solution using dotnet build command.
  • Run: Runs the project using dotnet run command.
  • Test: Runs the tests in the project using dotnet test command.
  • Publish: Publishes the project or solution using dotnet publish command. (next update)
  • Clean: Cleans the project or solution using dotnet clean command. (next update)
  • Add Reference: Adds a reference to another project using dotnet add reference command. (next update)
  • Remove Reference: Removes a reference from a project using dotnet remove reference command. (next update)
  • Add Package: Adds a NuGet package to a project using dotnet add package command.

License

This extension is licensed under the terms of the GPL v3 license. See LICENSE.md for more details.

Contributing

This extension is developed by Taran (Ternd Smart). If you have any questions, suggestions, or feedback, you can contact me via:

-Github: https://github.com/Taranking1385

-LinkedIn: https://www.linkedin.com/in/trend-smart-649164275

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft