Skip to content

Instantly share code, notes, and snippets.

@bdcribbs
Last active October 1, 2020 12:01
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 bdcribbs/7788220 to your computer and use it in GitHub Desktop.
Save bdcribbs/7788220 to your computer and use it in GitHub Desktop.
Jetbrains Shortcuts

Coding

  • ⌘P - Parameter Info
  • ⌘⌥T - Surround with...
  • ⌘/ - Toggle comment (add ⌥ for block comment)
  • ⌥⏎ - Lightbulb menu (Intentions)
  • ⇧⌘A - Search all intentions
  • ⌘⌥L - Reformat code
  • ^⌥H - Show call hierarchy
  • ⌥⇧I - Show inspector for current file

Finding usages

  • Middle click - Jump to declaration
  • ⌥F7 - Find all usages
  • ⌘F7 - Just in current file
  • ⌘⇧F7 - Highlight in current file
  • ⌘⌥F7 - Show usages pane

Navigation

  • F12 - Go to last tool window
  • ⎋ - Go to editor (from tool window)
  • ⇧⎋ - Hide last tool window
  • ⌘⇧F12 - Toggle maximize editor
  • ⌘⌥←,→ - Backward/Forward where you've been
  • ⌘⇧⌫ - Last edit location
  • ^↑,↓ - Previous/Next method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment