How do I: Add to the Refactor This context menu
Hi
I have made a new refactoring that I would like to appear in the Resharper |
Refactor menu and in the Refactor This (Ctrl+R) context menu.
I guess I can use an Action.xml to add to the Resharper | Refactor menu, but
what about the Refactor This context menu?
Thanks
--Jakob
Please sign in to leave a comment.
Hello Jakob,
Both places are extendible via actions.xml. Insert your actions into "RefactorThisMenu"
and "Refactor" action groups.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
JC> Hi
JC>
JC> I have made a new refactoring that I would like to appear in the
JC> Resharper | Refactor menu and in the Refactor This (Ctrl+R) context
JC> menu.
JC>
JC> I guess I can use an Action.xml to add to the Resharper | Refactor
JC> menu, but what about the Refactor This context menu?
JC>
JC> Thanks
JC> --Jakob