Pattern repository in Resharper 6? Follow
In the article http://blogs.jetbrains.com/dotnet/2010/08/highlighting-custom-patterns-with-resharper/ it is described how to add patterns to the pattern repository and use them in your auto clean features etc.
One of the first instructions is to open up ReSharper | Tools | Pattern Catalog to open up the pattern catalogue.
Not only is this menu item not available anymore in ReSharper 6, but I think the entire concept is somewhat reviewed and renamed.
Could someone confirm this?
Would updated documentation (maybe a new blog post and a link to it in the old post) be helpfull. Especially for new users.
Please sign in to leave a comment.
Hello Boris
The pattern catalog has moved to ReSharper | Options | Code Inspections | Custom Patterns. Let me know if this helps. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hey Andrey,
Thanks for your swift answer :)
Am I right that these patterns are solution specific (as in: you have to import them again for every solution you have)?
Was this also the case for the Pattern Library?
What I'm trying to achieve is to create a few find/replace patterns to make it easier to follow company coding guidelines and best practices.
This would be in close to every solution we have. Ideally this would be a central, shared, source controlled repository of patterns.
Can you give me any hints on how to achieve this?