Sweepertank

Results 1 comments of Sweepertank

> Add this to your settings.json and it should do it. > > ``` > "[csharp]": { > "editor.defaultFormatter": "ms-dotnettools.csharp", > "editor.codeActionsOnSave": ["source.organizeImports", "source.fixAll"] > }, > ``` This works...