Recent Changes‎ > ‎

Refactoring Quick Assistant

posted Apr 4, 2011, 10:13 AM by Tor Norbye
Eclipse has a "Quick Assistant" feature; press Ctrl-1 (or Cmd-1 on Mac) in an editor, and Eclipse will provide a list of suggestions depending on the context.

The ADT refactorings are now provided through a quick assistant. For example, if you are editing an XML value and decide you want to extract it out as a string, press Ctrl-1:
When you place the caret on the element name, other refactorings are available:
Yes, we could use some new icons... Any volunteers?

Comments