Skip to content

Instantly share code, notes, and snippets.

@stevenyap
Last active December 25, 2015 20:59
Show Gist options
  • Save stevenyap/7039118 to your computer and use it in GitHub Desktop.
Save stevenyap/7039118 to your computer and use it in GitHub Desktop.
List of Rubymine shortcuts

CMD + click on function name # go to the function definition directly
Shift + F6 # changes all variable on the page
Alt + Enter # changes a do block into {} block and vice-versa
CMD + Shift + 8 # change to column editing and vice-versa (good to edit a column)

Rubymine can't load folders

  • This may happens when you switch branches, etc that causes Rubymine to show this error
  • Go to "File > Invalidates caches" and click OK and restart your Rubymine
  • You can also try git gc to clear your git caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment