Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 795 Bytes

ide-commands-shortcuts.md

File metadata and controls

23 lines (15 loc) · 795 Bytes

IDE Shortcuts & Commands

Everyday commands: Intellij, Eclipse & Visual Studio

Searching, Finding & Navigation

Action Intellij Eclipse Visual Studio
Search everywhere Double shift todo todo
Go to file Ctrl + Shift + N todo todo
Recent files Ctrl + E todo todo
Go to a line Ctrl + G Ctrl + L Ctrl + G
Navigate to definition (e.g., to a method) Ctrl + B Ctrl + (left) click
F3
F12

IntelliJ Specific

  • Showing outline/structure of a class: Alt+7
  • Cheatsheet

Atom