tags:

views:

29

answers:

1

I work in a codebase where for historic reasons not all projects have identical coding conventions. In fact, within a single .sln I have projects requiring different naming conventions.

Is there a way to have resharper use different settings based on which project the file I'm editing lives in?

+1  A: 

Check out the Resharper Settings Manager tool

You'll need to first install the ReSharper Power Toys to use it.

Rob H
looks like that's as good as it gets. It only does settings per solution though :(. I'll wait to see if more answers come in, otherwise will accept this one. thnx.
Lucas Meijer
Ah, interesting. I was interpreting this line literally: "You have to work on different projects with different code styles, so you have to be able to reconfigure Resharper Inspection Severity (Highlighting) Options, Code Clean-Up options and etc. for each project individually." Apparently it's not referring to actual project files... Bummer!
Rob H