eclipse
-
이클립스 단축키 (short version)카테고리 없음 2008. 8. 8. 10:34
ALT + Left/Right Arrow - Move to the last location you edited. CTRL+E - Shows you a list of all open editors. CTRL+F6 - Use to move between open editors. CTRL+F7 - Move between views F3 - Open Declaration. CTRL+ALT+H - Open Call Heirarchy. Find out where that method is used.
-
[펌] 이클립스 단축키 (Effective Eclipse: Shortcut keys)카테고리 없음 2008. 8. 8. 10:32
http://eclipse.dzone.com/news/effective-eclipse-shortcut-key You should try to keep your hands on keyboard. The less you touch the mouse, the more code you can write. I am trying to keep the mouse laying still and control the IDE completely using keyboard. What do you think is faster: pressing ALT + C or right clicking the project, selecting Team -> Commit? It is said, that if a function does no..