Skip to content

Instantly share code, notes, and snippets.

@carlosanders
Last active February 18, 2017 13:25
Show Gist options
  • Save carlosanders/c9d6d09b8e3d03e88a747ba43e4abccb to your computer and use it in GitHub Desktop.
Save carlosanders/c9d6d09b8e3d03e88a747ba43e4abccb to your computer and use it in GitHub Desktop.

Nota: Alguns destes atalhos foram configurados para minha própria conveniência (Preferences->Keymap). Estes são atalhos do Mac, basta usar o equivalente Windows/Linux das teclas cmd/Option/ctrl/Del. Pesquisar, Ir para, Navegação

Cmd + - vai apresenta ou oculta as paletas da IDE.

Cmd + P - Search file

Cmd + Shift + O - Search everywhere

(I swapped the above two recently because I use Cmd + P to search for files most of the time).

Cmd + O - Open Class

Cmd + R - Go to Symbol

Cmd + L - Go to Line

Cmd + Shift + E - Navigate recently edited files

Cmd + Up - Navigate Folders (goodbye sidebar)

Cmd + Shift + F - Search for text in a folder or entire project

Cmd + Shift + Del - Go to last edit location (Thanks Laracasts)

IDE Goodness

Cmd + J - Insert Live Template (snippet)

Option + Enter - Show intention actions

Ctrl + T - Refactor This

Mothership

Cmd + Shift + A - The shortcut to all shortcuts

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