Use new Resharper shared solution based settings#774
Conversation
|
@Therzok Do such settings exist in MonoDevelop land? |
|
MonoDevelop's Code Analysis and Formatting have no direct relation to R#. So by no means does it have to support it. It doesn't even bother parsing it. |
|
Sorry, I was unclear. I was wondering if MonoDevelop had a feature that would allow it to automatically adjust its settings considering a settings file sitting next to the .sln. Whatever this file would be or its format. IOW, could we generate a MonoDevelop settings specific file that would allow us to replicate the expected code formatting standards? |
|
Yes, if you right click a solution -> Code Formatting -> C# Source you can go to the C# Format tab and edit the policies. They're saved in the .sln file using a global section. You can also configure them per project, but modifying the solution ones will propagate them to the projects inside. |
0cb40c9 to
873b625
Compare
873b625 to
dfd3fe6
Compare
This setting file shouldn't require an explicit import. If Resharper is running in Visual Studio, it should automatically honor it.