ReSharper - Code Sharing Documentation

The formatting style ReSharper options menu displays how the code looks after formatting. Are they saved somewhere?

I plan to publish my style settings in a shared location so that other developers on my team can import the settings. I would also like to have a document that people can view before importing settings to see how the code will look after formatting.

Is there any online documentation somewhere where the default values ​​are displayed? Rather, is there a way to export (or analyze whether these fragments are stored somewhere on the disk) so that I can format it for display without having to individually execute each parameter and copy / paste?

+5
source share
1 answer

You can use the R # code style split for this:

enter image description here

Anyway, I don’t know a document that shows the default values ​​of R # or any tool for matching your current settings with a code snippet or template.

Hope this helps.

0
source

All Articles