ReSharper.AutoFormatOnSave icon indicating copy to clipboard operation
ReSharper.AutoFormatOnSave copied to clipboard

An addin for Visual Studio which causes the documents to be reformated on save

Results 11 ReSharper.AutoFormatOnSave issues
Sort by recently updated
recently updated
newest added

ReSharper.AutoFormatOnSave cannot be found in market place for Visual Studio 2019

Extension not loaded because it uses synchronous autoload mechanism: ![image](https://user-images.githubusercontent.com/26791344/64784605-633d8c00-d562-11e9-8b40-e6328cf1d68c.png) ![image](https://user-images.githubusercontent.com/26791344/64784620-6b95c700-d562-11e9-8a17-e1010b1df188.png) More info: - https://devblogs.microsoft.com/visualstudio/updates-to-synchronous-autoload-of-extensions-in-visual-studio-2019/ - https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background?view=vs-2019 VS 2019 (16.2.5).

https://marketplace.visualstudio.com/items?itemName=PedroPombeiro.ReSharperAutoFormatOnSave Click download. Receive: BlobNotFound The specified blob does not exist. RequestId:f7726ab4-001e-009a-755a-2ad1a5000000 Time:2019-06-24T07:02:38.7332125Z

I appear to having a timing issue when I use this. I save the file, the file saves, the reformat occurs and the file is marked as "dirty" again. Is...

Any plans to support VS 2017?

There seems to be a bit of an interaction with VS build, when files are implicitly saved by clicking the Build button or pressing F6. This of course saves all...

With this extension installed, the files get formatted as expected whenever they are saved. The unformatted file gets saved, then the formatting is applied, but the reformatted file is left...

Could you please add an option to enable/disable this per project? PS: Thanks for the extension. It's a must have.

Hello, Thanks for this great work. I tried it on Visual studio 2013, it does the job, but it takes a lot of time to format the source code. For...

If I hit ctrl-s it runs. If I hit F5 to build and start debugging it does not run.