This extension makes use of the dotnet tool CSharpier to format your code and is versioned independently. CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules. The printing process was ported from prettier but has evolved over time. CSharpier VersionThe extension determines which version of csharpier is needed to format a given file by looking for a dotnet manifest file. If one is not found it looks for a globally installed version of CSharpier. Usage
TroubleshootingCSharpier will log messages and errors to Output | Show output from: CSharpier Debug logging can be turned on under Tools | Options | CSharpier | Log Debug Messages The extension installs CSharpier to Please report any issues |