Refactor not working in Resharper C++
Hey
I am having a problem with the refactor menu. It is always grayed out on my project.
I tried to create a new small project and it seems to work there.
Is there a size limit on a project for refactoring to work?
Regards Brian Vigh
Attachment(s):
Refactor.png
Please sign in to leave a comment.
Brian,
Are you using C++/CLI or C++/CX in your code? Both these set of language extensions are not supported yet by R++, so code analyses and refactorings are disabled in files that use them.
I was using CLR. That was the problem.
Thanks very much :-).