You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teclas de atalhos do IntelliJ IDEA/PHPStorm, Eclipse, Sublime Text, Notepad++ e Visual Studio Code.
VSCODE
Geral:
Ctrl + Shift + P Paleta de comando F1 Show
Ctrl + P Quick Open, vá para o arquivo
Ctrl + Shift + N Nova janela / instância
Ctrl + Shift + W Fechar janela / instância
Ctrl + k Ctrl + S Listar todos os atalhos do vscode
Edições:
Ctrl + D Apagar linha
Ctrl + Alt + ↑/↓ Duplica Cursor Vertical cima/baixo
Ctrl + Enter Inserir linha abaixo
Ctrl + Shift + Enter Inserir linha acima
Ctrl+K Ctrl+C Add Line Comment
Ctrl+K Ctrl+U Remove Line Comment
Ctrl+/ Toggle Line Comment
Shift+Alt+A Toggle Block Comment
Alt + ↑/↓ Mover linhas
Shift + Alt + ↓ / ↑ Copiar linha para cima / baixo
Ctrl + Shift +↑/↓ Copiar linhas
Ctrl + Shift + I Identar código-fonte
Ctrl + F Localizar no arquivo
Ctrl + Shift + F Localizar em todo código-fonte
Alt + Z Toggle quebra automática de palavras
Notepad++
# Seleção Vertical Notepad++ - Column Mode Editing
Alt + Mouse dragging
// ou
Alt + Shift + Arrow keys
IntelliJ IDEA/PHPStorm
# Add/remove a selection
Alt + Shift + Mouse Click
# Select / unselect the next occurrence:
Alt + J / Shift + Alt + J
# for Mac OS X
Ctrl + G / Shift + Ctrl + G
# Select all occurrences:
Shift + Ctrl + Alt + J
# para mover uma linha para cima ou para baixo:
Alt + Shift + [setas]
# para mover um bloco de código
Ctrl + Shift + [setas]
# Column Selection Mode, onde você pode fazer seleções retangulares com simples Shift + Arrows.
Alt + Shift + Insert
Shift + [setas]