Skip to content

Instantly share code, notes, and snippets.

@PellePedro
Last active December 22, 2015 10:58
Show Gist options
  • Save PellePedro/6462164 to your computer and use it in GitHub Desktop.
Save PellePedro/6462164 to your computer and use it in GitHub Desktop.
IDE: IntelliJ Shortcuts
IntelliJ Shortcuts
https://github.com/thatha/IntelliJ-IDEA-Eclipse-on-Mac-Keymap/blob/master/Eclipse%20on%20Mac.xml
Ctrl + o Override Method
# F12 Show Methods in File
Alt Enter Quick fix
Alt Shift u/d Move selection
Shift + F6 Rename
Ctrl Shift _ Smart Type
Alt + Enter Extract String
Alt + F1 Show Project View
# + Shift + [ Block Start
# Shift + u Toggle state
# + B Navigate to declaration
# + N Generate Code
# + E  Recent Files
# + Shift + E Recently Edited Files
# + Alt + v Extract Variable
# + Alt + T Surround with Try Catch
# + Alt + F7 Find Usage
Ctrl + Alt + h Show Call Hierarchy
Ctrl + Alt + o Optimize Imports
Ctrl + Alt + i Auto indent Line
Ctrl + Shift + J Join Lines
Ctrl + N Create Getter/Setter
# + Del Delete Line
# + D Duplicate Line
Ctrl + Alt + H
# + ;  Open Project Structure
# + N  New Folder
# + Shift + F12  Maximize Editor
# + F10  Run Code at Cursor
# + Shift + T  Create a Test
Tab Select Default Completion
Alt + # + V Declare Variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment