DEV Community

Nwanguma Victor
Nwanguma Victor

Posted on

C#, .Net and .NetCore Extensions for VSCode

Introduction

This article would be showing you some nice extensions to boost your overall productivity and workflow in VSCode for C#, .Net and .NetCore development.


Extensions

1. C#

Microsoft
C# for Visual Studio Code (powered by OmniSharp).
Link

2. C# Extensions

jchannon
C# IDE Extensions for VSCode.
Link

3. Auto-Using for C#

Fudge
Provides intellisense for and imports references from all available sources.
Link

4. NuGet Package Manager GUI

aliasadidev
An extension for Visual Studio Code that lets you easily update/remove/install packages from NuGet server for .NET Core 1.1+/.Net5+ projects.
Link

5. Visual Studio IntelliCode

Microsoft
AI-assisted development.
Link


Snippets

1. .NET Core Snippet Pack

Adrian Wilczyński
A snippet pack for .NET Core.
Link


Refrences

Visual Studio Code Extensions for .Net development

Top comments (0)