From the course: Visual Studio Code for .NET Developers
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Essential Visual Studio Code plugins and extensions
From the course: Visual Studio Code for .NET Developers
Essential Visual Studio Code plugins and extensions
- In this video, we'll discuss essential visual studio code plugins and extensions that can enhance your .NET development workflow. To get started, let's go to the extension marketplace. The first extension we'll install is GitLens. GitLens enhances the GIT integration and provides additional features for source control. While it's being installed, you can take a look at the documentation and see what it does and how to use it. Next, let's go ahead and install C&# Dev Kit. This is a relatively new plugin created by Microsoft that allows you to add additional functionality of Visual Studio Code to make C# development a bit easier. Let's go ahead and install this too. This will also ask us to install a pre-release version of the C# extension that we originally installed when setting up Visual Studio Code. Next, let's add C# Extensions. This plugin adds a list of templates for creating new classes and interfaces to help…