Skip to content

Instantly share code, notes, and snippets.

@Jeannot-Muller
Last active April 15, 2023 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jeannot-Muller/0b593de84cea13faa1afe440459da399 to your computer and use it in GitHub Desktop.
Save Jeannot-Muller/0b593de84cea13faa1afe440459da399 to your computer and use it in GitHub Desktop.
intelliJCommonShortcuts
F1 help
F3 set or delete bookmark
F6 move function
F6 & COMMAND change signature
CONTROL & SPACE/CONTROL code completion
CONTROL & T refactoring options
CONTROL & V version control
COMMAND & 0 git
COMMAND & 1 project manager
COMMAND & 2 see all bookmarks
COMMAND & B goto declaration of a symbol
COMMAND & BACKKEY delete current line
COMMAND & D duplicate current line
COMMAND & E latest Files etc.
COMMAND & J postfix completition
COMMAND & K commit screen
COMMAND & LEFT/RIGHT navigate to the beginning or end of the line
COMMAND & N generate code
COMMAND & O search classes
COMMAND & F6 change signature
COMMAND & OPTION & B list of implementations
COMMAND & OPTION & L reformat code
COMMAND & OPTION & M extract function
COMMAND & OPTION & N inline variable
COMMAND & OPTION & O search symbols
COMMAND & OPTION & ß toggle line comments (CUSTOMIZED!)
COMMAND & P show parameters
COMMAND & SHIFT & A search actions
COMMAND & SHIFT & E latest edited files
COMMAND & SHIFT & O search files
COMMAND & SHIFT & ENTER set at end of a line and move cursors there.
FN & COMMAND UP/DOWN navigate to top/end of the code
FN & LEFT/RIGHT navigate to the beginning or end of the line
FN & UP/DOWN navigate per page through the code
OPTION & F7 usages
OPTION & F12 toggle terminal
OPTION & LEFT/RIGHT move one word to the left or to the right
OPTION & S open in Scene Builder (CUSTOMIZED!)
OPTION & SHIFT multicursor
OPTION & UP/DOWN extend shrink selection (context sensitive)
SHIFT & COMMAND I reload gradle depencencies
SHIFT & COMMAND UP/DOWN move a block of code up or down
SHIFT & OPTION UP/DOWN move a line upwards or downwards
SHIFT & SHIFT search everywhere (use tab key to navigate through selection)
SHIFT & SPACE code completition
CUSTOMIZED! = own Shortcuts (you have to set those unter Settings/Keymap ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment