Top 10 Eclipse Hotkeys

Eclipse has lots and lots of hotkeys, but for daily work you need only a small subset. This are the hotkeys I consider to be the most important time savers: Moving around * Ctrl+J — Incremental Search * Ctrl+Shift+T — Search a type, with search on typing. You can use only the upcase letters (e.g. type “MIL” to find MouseInputListener) * Ctrl+F6 — Switch between last used files * F3 — Open declaration * Ctrl+Alt+H — Open Call Hierarchy Editing * Ctrl+1 — Qu

你可能感兴趣的:(eclipse,J#)