Installing the required extensions
In this section, we’ll install some extensions that I highly recommend.
Feel free to install additional extensions as well. (Drop me a line on social media to let me know which other extensions you installed and why you like them. I’m always keen to learn new things 😊.)
The extensions I would recommend for this book are as follows:
- C#: This extension from Microsoft is a no-brainer if you want to enable C# support in Visual Studio Code. It provides language support (including syntax highlighting and IntelliSense), debugging capabilities, and code completion.
- C# Dev Kit: This extension from Microsoft provides the Solution Explorer and Test Explorer experiences of the full-fledged Visual Studio in Visual Studio Code. If you’re migrating from Visual Studio to Visual Studio Code, or if you are still using both, this extension will provide you with a similar experience in both environments.
- IntelliCode...