diff --git a/README.md b/README.md index fcf3c9e..32e59a3 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,11 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) - Preview C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details +- [C# FixFormat](https://marketplace.visualstudio.com/items?itemName=Leopotam.csharpfixformat) - Fix format of usings / indents / braces / empty lines + +- [C# Extensions](https://marketplace.visualstudio.com/items?itemName=jchannon.csharpextensions) - Provides extensions to the IDE that will speed up your development workflow. +![C# Extensions](https://github.com/jchannon/csharpextensions/raw/master/featureimages/fullpropfromctor.gif) + ## CSS - [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS.