Extension will take care of missing braces in if, else, for and foreach statements.This is done in form of Quick Actions where user can apply change for single appearance, document, project or solution. This is a simple diagnostic extension for the .NET Compiler Platform ("Roslyn"). Based on Analyzer and Code Fix template from Roslyn SDK.
Release Note: - Version 1.1: Proper handling of else if statements |