Eclipse

Navigation in editor window

Jump to previous / next compiler syntax warning or error

Ctrl + ,

All hotkeys for Eclipse

Managing files and projects
Create a new project with Wizard

Ctrl + N

Managing files and projects
Create a new project, file, class, etc.

Ctrl + Alt + N

Managing files and projects
. Open project, file, etc.

Alt + F then .

Managing files and projects
Open resource file, folder or project

Ctrl + ↑   Shift + R

Managing files and projects
Show and access file properties

Alt + ⤶ Enter

Running and debugging
Step into function

F5

Managing files and projects
Save currently open file

Ctrl + S

Managing files and projects
Save all open files

Ctrl + ↑   Shift + S

Managing files and projects
Close currently open file

Ctrl + W

Managing files and projects
Close all files

Ctrl + ↑   Shift + W

Editor
Jump to the editor window

F12

Editor
Switch to previous editor

Ctrl + Page Down

Editor
Switch to next editor

Ctrl + Page Up

Editor
Maximize or restore current editor window (also works with other windows)

Ctrl + M

Editor
Show the list of open editors

Ctrl + E

Editor
Show the list of open editors, but switch immediately when you release <keybs>Ctrl</keybs>

Ctrl + F6

Editor
Go to previous / next editor windows

Alt + ←  →

Editor
Open Editor Window Option menu

Alt + -

Editor
Show view menu

Ctrl + F10

Editor
n Show / hide line numbers

Ctrl + F10 then N

Editor
Show or hide the diff. column on the left (column that indicates changes since last save)

Ctrl + ↑   Shift + Q

Editor
Zoom in

Ctrl + ↑   Shift + +

Editor
Zoom out

Ctrl + ↑   Shift + -

Navigation in editor window
Jump to beginning of indention. Press twice to jump to beginning of the line

Home

Navigation in editor window
Jump to end of line

End

Navigation in editor window
Jump to beginning of source

Ctrl + Home

Navigation in editor window
Jump to end of source

Ctrl + End

Navigation in editor window
Jump one word to the left / right

Ctrl + ←  →

Navigation in editor window
Jump to previous / next method

Ctrl + ↑   Shift + ↑  ↓

Navigation in editor window
Jump to line number

Ctrl + L

Navigation in editor window
Jump to last edited location

Ctrl + Q

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + .

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + ,

Navigation in editor window
With a bracket selected: Jump to matching closing or opening bracket

Ctrl + ↑   Shift + P

Navigation in editor window
Collapse / expand current method or class

Ctrl + [

Navigation in editor window
Collapse / expand current method or class

Ctrl + ]

Navigation in editor window
Collapse / expand current method or class

Ctrl + Num -

Navigation in editor window
Collapse / expand all methods or classes

Ctrl + Num *

Navigation in editor window
Scroll editor without changing cursor position

Ctrl + ↑  ↓

Navigation in editor window
Previous sub-tab

Alt + Page Up

Navigation in editor window
Next sub-tab

Alt + Page Down

Selecting text
Expand selection by one character to the left or right

↑   Shift + ←  →

Selecting text
Expand selection to the next or previous word

Ctrl + ↑   Shift + ←  →

Selecting text
Expand selection by one line up or down

↑   Shift + ↑  ↓

Selecting text
Expand selection to end of line

↑   Shift + End

Selecting text
Expand eslection to beginning of line

↑   Shift + Home

Selecting text
Expand selection to current element

Alt + ↑   Shift +

Selecting text
Expand selection to previous or next element

Alt + ↑   Shift + ←  →

Selecting text
Reduce previously expanded selection by one step

Alt + ↑   Shift +

Editing text
Copy

Ctrl + C

Editing text
Cut

Ctrl + X

Editing text
Paste

Ctrl + V

Editing text
Undo last action

Ctrl + Z

Editing text
Redo last undone action

Ctrl + Y

Editing text
Delete line

Ctrl + D

Editing text
Move current line or selection up or down

Alt + ↑  ↓

Editing text
Duplicate current line or selection up or down

Ctrl + Alt + ↑  ↓

Editing text
Delete next word

Ctrl + Del

Editing text
Delete previous word

Ctrl + ⬅ Backspace

Editing text
Enter line below current line

↑   Shift + ⤶ Enter

Editing text
Enter line above current line

↑   Shift + Ctrl + ⤶ Enter

Editing text
Switch between insert and overwrite mode

Insert

Editing text
Convert selection to lowercase

↑   Shift + Ctrl + Y

Editing text
Convert selection to uppercase

↑   Shift + Ctrl + X

Search and replace
Open find and replace dialog box

Ctrl + F

Search and replace
Find previous occurence of the search term

Ctrl + K

Search and replace
Find next occurence of the search term

Ctrl + ↑   Shift + K

Search and replace
Search Workspace (Java search, Task search, and File search)

Ctrl + H

Search and replace
Incremental search forward

Ctrl + J

Search and replace
Incremental search backwards

Ctrl + ↑   Shift + J

Search and replace
Open a resource search dialog to find any class

Ctrl + ↑   Shift + O

Indentions and comments
Increase indent of selected text

⭾ Tab

Indentions and comments
Decrease indent of selected text

↑   Shift + ⭾ Tab

Indentions and comments
Correct indention of selected text or current line

Ctrl + I

Indentions and comments
Auto format all code in editor using code formatter

Ctrl + ↑   Shift + F

Indentions and comments
Comment / uncomment line or selection (add //)

Ctrl + /

Indentions and comments
Toggle comments

Ctrl + ↑   Shift + C

Indentions and comments
Add block comment arount selection (add /...*/)

Ctrl + ↑   Shift + /

Indentions and comments
Remove block comment

Ctrl + ↑   Shift + \

Indentions and comments
Add element comment (add /** ... */)

Alt + ↑   Shift + J

Editing source code
Open content assist (e.g. show available methods or field names)

Ctrl + Space

Editing source code
Open quick fix and quick assist

Ctrl + 1

Editing source code
Suggest word completion (after typing at least one letter). Press repeatedly until reaching correct name

Alt + /

Editing source code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + ↑   Shift + Insert

Code information
Show code outline or structure

Ctrl + O

Code information
Open class, method, or variable information (show as tooltip text)

F2

Code information
Open declaration: Jump to Declaration of selected class, method, or parameter

F3

Code information
Open Type Hierarchy window for selected item

F4

Code information
Show or open Quick Type Hierarchy for selected item

Ctrl + T

Code information
Open type in hierarchy

Ctrl + ↑   Shift + T

Code information
Open call hierarchy

Ctrl + Alt + H

Code information
Find occurrences of expression in current file

Ctrl + ↑   Shift + U

Code information
Open declaration or implementation

Ctrl + Mouse movement

Refactoring
Rename selected element and all references

Alt + ↑   Shift + R

Refactoring
Move selected element to other class or file (with complete method or class selected)

Alt + ↑   Shift + V

Refactoring
Change method signature (with method name selected)

Alt + ↑   Shift + C

Refactoring
Extract selection to method

Alt + ↑   Shift + M

Refactoring
Extract local variable: Create and assign a variable from selected expression

Alt + ↑   Shift + L

Refactoring
Inline selected local variables, methods or constants when possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + ↑   Shift + I

Running and debugging
Save and launch application

Ctrl + F11

Running and debugging
Debug

F11

Running and debugging
Next step (line by line)

F6

Running and debugging
Step out

F7

Running and debugging
Skip to next breakpoint

F8

Other
Switch forward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + F7

Other
Switch backward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + ↑   Shift + F7

Other
Print

Ctrl + P

Other
Open Eclipse help

F1

Other
Show context menu

↑   Shift + F10

Team (SVN Subversive)
Synchronize with repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Eclipse Helios (Windows)
Jump to next / jump to previous compiler syntax warning or error
Navigate in Editor

Ctrl + . / Ctrl + ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Messages in Main View - Message List and Single Messages

Ctrl + . / Ctrl + ,


Firebug (Windows)
Next / previous function on stack
Script-Panel

Ctrl + . / Ctrl + ,


Firebug (Linux)
Next / previous function on stack
Script-Panel

Ctrl + . / Ctrl + ,


Google Mail (Windows)
Move cursor to next / move cursor to previous chat or compose window (or to main window)
Compose Messages

Ctrl + . / Ctrl + ,


Visual Studio 2015 (Windows)
Display Navigate-To dialog box
Code Editor - Find, Replace, and Goto

Ctrl + ,


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Messages in Main View - Format Message Body

Ctrl + . / Ctrl + ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Messages in Compose View - Message List and Single Messages

Ctrl + . / Ctrl + ,


Dolphin File Manager 1.7 (Linux)
Switch to next tab
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

Ctrl + ,


Visual Studio 2015 (Windows)
Display Navigate-To dialog box
Coding - Find, Replace, and Goto

Ctrl + ,


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Messages in Compose View - Format Message Body

Ctrl + . / Ctrl + ,


Google Docs (Windows)
Subscript
Format Text

Ctrl + ,


Visual Studio 2015 (Windows)
Display Navigate-To dialog box
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + ,


Microsoft Outlook 2010 (Windows)
Jump to next/previous message (in single message view)
Calendar Shortcuts - Message List and Single Messages

Ctrl + . / Ctrl + ,


Microsoft Outlook 2010 (Windows)
Increase / decrease font size
Calendar Shortcuts - Format Message Body

Ctrl + . / Ctrl + ,


Microsoft Windows 7 (Windows)
Rotate photo counter-clockwise
Photo Viewer

Ctrl + ,


iTunes (Windows)
Open iTunes Preferences
Edit Menu

Ctrl + ,


Presonus Studio One (Windows)
Options...
Studio One Menu

Ctrl + ,


Pro Tools (Windows)
Identify/Remove sync point
Clip Menu

Ctrl + ,


Atom (text editor) 1.0 (Windows)
Preferences
General

Ctrl + ,


Atom (text editor) 1.0 (Linux)
Preferences
General

Ctrl + ,


Qt Creator (Windows)
Go to next bookmark / go to previous bookmar
Editor

Ctrl + . / Ctrl + ,


Amazon Music Player (Windows)
Preferences
13 Shortcuts for Amazon Music Player (Windows)

Ctrl + ,


Qt Creator (MacOS)
Go to next bookmark / go to previous bookmar
Editor

Ctrl + . / Ctrl + ,


Adobe Photoshop CC (Windows)
Hide Layers
Basic Shortcuts for Photoshop CC 2015 - Layers Basics

Ctrl + ,


Photoshop Lightroom CC (Windows)
Open Preferences
Managing Photos and Catalogs

Ctrl + ,


Google Slides (Windows)
Subscript
Text Editing

Ctrl + ,


Adobe Photoshop CC (Windows)
Hide Layers
Manage Panels - Layers Basics

Ctrl + ,


ArchiCAD 20 (Windows)
Pan
Display Menu

Ctrl + ,


Zoho Writer (Windows)
To apply subscript
Format Tab

Ctrl + ,


GIMP (Linux)
Fill with FG Color
Edit

Ctrl + ,


GIMP (Windows)
Fill with FG Color
Edit Shortcuts

Ctrl + ,


Apple Photos (Windows)
Show preferences
General

Ctrl + ,


Ace Projects (Windows)
Show the settings menu
Other Shortcuts

Ctrl + ,


1Password (Windows)
Open 1Password Preferences window.
General Shortcuts

Ctrl + ,


Todoist (Web Application)
Settings
Navigation Shortcuts

Ctrl + ,


Slack (Windows)
Preferences
Navigation Controls

Ctrl + ,


Google Hangouts (Web Application)
Previous Window
Move between Windows

Ctrl + ,


Cloud9 (Windows)
Open Settings Panel
General Shortcuts

Ctrl + ,


Autodesk SketchBook Pro (Windows)
Preferences
Actions

Ctrl + ,


jEdit (Windows)
Incremental Search Bar
Search and Replace

Ctrl + ,


Corel Draw X8 (Windows)
Horizontal text
Text Formatting

Ctrl + ,


Yahoo Mail (Web Application)
Previous message (in message tab)
General

Ctrl + ,


Poser Pro (Windows)
Display>Camera View > Posing camera
Display

Ctrl + ,


VideoPad Video Editor (Windows)
Preferences
Videopad

Ctrl + ,


Aptana Studio 3 (Windows)
Next
Navigation

Ctrl + ,


Vegas Pro 14 (Windows)
Move to previous CD track
Cursor Placement,Loop Region and Time Selection

Ctrl + ,


Xamarin Studio (MonoDevelop) (Windows)
Navigate to
Search

Ctrl + ,


Synfig (Windows)
Move backward one frame
73 Shortcuts for Synfig (Windows)

Ctrl + ,


Tableau (Windows)
Skip backward one page
General

Ctrl + ,


Geany (Linux)
Goto previous marker
Moving around in the document

Ctrl + ,


Geany (Windows)
Goto previous marker
Moving around in the document

Ctrl + ,


Todoist
Settings
Navigation

Ctrl + ,


Geany (Linux)
Goto previous marker
Finding text,Selecting text

Ctrl + ,


Geany (Windows)
Goto previous marker
Finding text,Selecting text

Ctrl + ,


Ableton Live 9 (Windows)
Open the Preferences
Showing and Hiding Results

Ctrl + ,


Browser tab management
Go to previous tab
KDE / GNOME

Ctrl + ,


Arduino (Windows)
Prefernces
29 Shortcuts for Arduino (Windows)

Ctrl + ,


Arduino (Linux)
Prefernces
29 Shortcuts for Arduino (Linux)

Ctrl + ,


KiCad 5.0.2
Routing Options
Pcbnew

Ctrl + ,


Affinity Photo
Preferences
Misc.

Ctrl + ,


Brave Browser (Windows)
Settings
Bookmarks/History/Settings/Tools

Ctrl + ,


Ableton Live 10
Open the Preferences
Showing and hiding views

Ctrl + ,


GitHub Desktop
Options
File menu

Ctrl + ,


Tableau
Skip backward one page
Pages (Tableau Desktop)

Ctrl + ,


draw.io
Subscript on selected text
Labels

Ctrl + ,


Zendesk Chat
Minimize the chat window
General

Ctrl + ,


Ace Editor
Show the settings menu
Other

Ctrl + ,


Adobe Lightroom Classic
Open Preferences
Managing photos and catalogs

Ctrl + ,


Atom (Windows)
(Source: Settings View) settings-view:open
All shortcuts

Ctrl + ,


AI War Classic
Select all military units (idle or not) at current planet
Ship selection

Ctrl + ,


Gravit Designer
Show guide lines
View

Ctrl + ,


CorelDRAW Graphics Suite 2018
Horizontal Text C
General

Ctrl + ,


Adobe Dimension CC (Windows)
Preferences
Application

Ctrl + ,


jEdit
Incremental search bar.
Search and replace

Ctrl + ,


Android Messages on Web
Switch to previous conversation
General

Ctrl + ,


Microsoft FrontPage
Insert start tag.
Work with coding tools

Ctrl + ,


Corel Painter
Preferences > General
Menu commands

Ctrl + ,


Autodesk SketchBook (Windows)
Open Preference window
SketchBook for Mobile

Ctrl + ,


Inkscape
scale selection to 50%
Selector

Ctrl + ,


Adobe Photoshop CC
(Filmstrip mode) Increase/decrease rating
Using the Camera Raw dialog box

Ctrl + ,


AWS Cloud9 IDE (Windows)
Open Settings Panel
Miscellaneous

Ctrl + ,


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.NavigateTo
Edit

Ctrl + ,


NetBeans
Previous usage/compile error
Navigating through source code

Ctrl + ,


Microsoft Visual Studio 2017 (All shortcuts)
Edit.NavigateTo
Edit

Ctrl + ,


GIMP
Fill with FG Color
View

Ctrl + ,


Tumblr
Subscript
Posting (Windows)

Ctrl + ,


Maple
Remove Section Enclosing Selection (Outdent)
Menu accelerators

Ctrl + ,


REAPER
Time selection: Nudge left edge left
Section: Main

Ctrl + ,


Visual Studio Code (Linux)
User Settings
General

Ctrl + ,


Visual Studio Code (Windows)
User Settings
General

Ctrl + ,


Blender
Median Point pivot
General

Ctrl + ,


Google Hangouts
Move to previous Hangout window
Move between Hangout windows

Ctrl + ,


Outlook 2016 and Outlook 2013
Go to next appointment
Calendar

Ctrl + ,


Slack
Preferences
Navigation

Ctrl + ,


Microsoft Access 2016
Toggle forward between views when in a table, query, form, or report
Working in a Design, Layout, or Datasheet view

Ctrl + ,


Outlook.com
Move up list
Navitation & selections

Ctrl + ,


Chrome DevTools
Select the call frame below / above the currently-selected frame
Sources panel

Ctrl + ,


Skype
Open Settings
Skype for Windows 10

Ctrl + ,


iTunes 11 for Windows
Open iTunes Preferences
Edit menu

Ctrl + ,


Gmail
Advance to previous chat or compose
Compose and chat

Ctrl + ,


Mozilla Thunderbird
Larger font size
Styling the message text

Ctrl + ,


Microsoft Outlook 2007 (Windows)
Switch to next or previous message (with message open).
Basic Navigation

Ctrl + . / Ctrl + ,


Microsoft Windows Vista (Windows)
Rotate the picture clockwise or counter-clockwise
Vista Photo Gallery Shortcuts

Ctrl + . / Ctrl + ,


Microsoft Outlook 2007 (Windows)
Go to previous appointment.
Shortcuts for Managing Calendar

Ctrl + , / Ctrl + Shift + ,


Scrivener 1.9.9
Project targets
Project

Ctrl + ,


Windows Terminal
Open settings
General

Ctrl + ,