===================================== Eclipse keyboard shortcuts (filtered) ===================================== First published at 12/31/2017 on https://defkey.com/eclipse-oxygen-ide-java-shortcuts Eclipse is an integrated development environment (IDE) used in programming, and is most widely used Java IDE. It contains a base workspace and a plug-in system for customizing the environment. Managing files and projects --------------------------- Ctrl + N Create a new project with Wizard Ctrl + Alt + N Create a new project, file, class, etc. Ctrl + Shift + R Open resource file, folder or project Alt + Enter Show and access file properties Ctrl + S Save currently open file Ctrl + Shift + S Save all open files Editor ------ Ctrl + Page Down Switch to previous editor Alt + Left arrow / Right arrow Go to previous / next editor windows Ctrl + Shift + + Zoom in Ctrl + Shift + - Zoom out Navigation in editor window --------------------------- Home Jump to beginning of indention. Press twice to jump to beginning of the line Ctrl + [ Collapse / expand current method or class Ctrl + Num * Collapse / expand all methods or classes Editing text ------------ Ctrl + D Delete line Ctrl + Alt + Up arrow / Down arrow Duplicate current line or selection up or down Indentions and comments ----------------------- Ctrl + Shift + F Auto format all code in editor using code formatter Ctrl + Shift + / Add block comment arount selection (add /...*/) Editing source code ------------------- Ctrl + Space Open content assist (e.g. show available methods or field names) Refactoring ----------- Alt + Shift + R Rename selected element and all references Running and debugging --------------------- Ctrl + F11 Save and launch application Last modified on (UTC): Thursday, April 2, 2020 Defkey © All rights reserved.