Bite Size: Refactoring in Eclipse
August 6, 2008
Leave a comment
IDEs offer many tools that speed up the development process. Among the many features in eclipse for coding are a series of commands for refactoring code. Understanding how to quickly utilize these commands will dramatically speed up your development process.
- Display Available Refactor Commands (Alt+Shift+T)
- Rename (Alt+Shift+R)
- Extract to Local Variable (Alt+Shift+L)
- Extract to Method (Alt+Shift+M)
- Change Method Signature (Alt+Shift+Y)
- Undo Refactoring (Ctrl+Z)
