Skip to content

Instantly share code, notes, and snippets.

@manoj2411
Last active March 6, 2022 15:59
Show Gist options
  • Save manoj2411/3b7056a4edf7b90bc01bc868749c3b60 to your computer and use it in GitHub Desktop.
Save manoj2411/3b7056a4edf7b90bc01bc868749c3b60 to your computer and use it in GitHub Desktop.
Useful shortcuts

IntelliJ

  • clicking through on the method name, pressing ⌥ ⌘ B while the cursor is on the method name
  • ⌥ ⏎ is to create missing class, method etc
  • press ⌃ ⇧ R to run this individual test.
  • Highlight the code you want to extract to a variable and press ⌥ ⌘ V (macOS)
  • Highlight the code you want to extract to a method and press ⌥ ⌘ M (macOS)
  • View all the methods available in a given Interface or Class fn + ⌘ + F12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment