Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Last active September 24, 2015 13:13
Show Gist options
  • Save blairanderson/03ee8da8372aa4e0da48 to your computer and use it in GitHub Desktop.
Save blairanderson/03ee8da8372aa4e0da48 to your computer and use it in GitHub Desktop.
rubymine shortcuts(helping me remember them!)
  • JSdoc style comments for functions...

    • in front of the method declaration type /** and in enter
  • shift + return => inserts a new line and uses smart indentation to place the cursor

  • shift + command + u => toggles from upcase to downcase, and downcase to upcase

  • shift + option + u => toggles from snake to camel and camel to snake

  • Live Templates are Atom Snippets!

  • option + enter/return => intents will show possible actions to take on that item

  • command + 9 => show all changed files

    • command + d => shows the diff
  • command + shift + [ => toggle page left

  • command + shift + ] => toggle page right

  • command + shift + v => brings up copy buffer

Resolving References to Missing Gems - goto Settings->Inspections->Gems -> uncheck 'Missing Gems'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment