Skip to content

Conversation

@nulltoken
Copy link
Member

This setting file shouldn't require an explicit import. If Resharper is running in Visual Studio, it should automatically honor it.

@nulltoken
Copy link
Member Author

@Therzok Do such settings exist in MonoDevelop land?

@Therzok
Copy link
Member

Therzok commented Jun 25, 2014

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.

@nulltoken
Copy link
Member Author

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?

@Therzok
Copy link
Member

Therzok commented Jun 25, 2014

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.

@nulltoken nulltoken force-pushed the ntk/resharper_setttings branch from 0cb40c9 to 873b625 Compare August 28, 2014 08:09
@nulltoken nulltoken added this to the v0.20 milestone Aug 31, 2014
@nulltoken nulltoken force-pushed the ntk/resharper_setttings branch from 873b625 to dfd3fe6 Compare August 31, 2014 14:01
@nulltoken nulltoken merged commit dfd3fe6 into vNext Aug 31, 2014
@nulltoken nulltoken deleted the ntk/resharper_setttings branch August 31, 2014 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants