Custom Refactoring
One part of my Wicket plugin I'd like to introduce sooner rather than later is renaming Wicket ids in both the HTML markup and the Java file. Is there an easy way to introduce new refactorings or extend the existing functionality provided by IDEA?
Thanks for any suggestions.
Please sign in to leave a comment.
Nick, this is not new refactoring, this is a part of Rename. When you provide references from THML and Java resolving to your Wicket, that should work automatically.
That's helpful. How do I provide those references?