Friday, December 8, 2023

VS Code- Recommended Extensions for C#

 Following extensions helps you work with C# in VSCode

C#

Id: ms-dotnettools.csharp
Description Base language support for C#
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp
 

C# Dev Kit

Id: ms-dotnettools.csdevkit
Description: Official C# extension from Microsoft
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit
 

IntelliCode for C# Dev Kit

Id: ms-dotnettools.vscodeintellicode-csharp
Description: AI-assisted development for C# Dev Kit
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscodeintellicode-csharp

No comments:

Post a Comment

Object Oriented Programming- 2- Inheritance

Inheritance is one of the fundamental attributes of object-oriented programming. It allows you to define a child class...