Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fibbarth/891061b93541c3c052ae8fded4571a2b to your computer and use it in GitHub Desktop.
Save fibbarth/891061b93541c3c052ae8fded4571a2b to your computer and use it in GitHub Desktop.
Arquivos
Ctrl + Shift + N New Project
Shift + Alt + N New Web Site
Ctrl + Shift + O Open Project
Shift + Alt + O Open Web Site
Ctrl + Shift + A Add New Item
Shift + Alt + A Add Existing Item
Ctrl+N New File
Ctrl+O Open File
Ctrl+], Ctrl+N Add New Diagram
Ctrl+S Salva o arquivo atual
Ctrl+Shift+S Salva todos os arquivos
Ctrl+P Print
Alt+F4 Exit
Edição e navegação
Ctrl + C Copy
Ctrl + X Cut
Ctrl + V Paste
Ctrl+Z Undo
Ctrl+Y Redo
Ctrl + A Select All
Ctrl + F Quick Find
Ctrl + H Quick Replace
Ctrl + G Go to line number
Ctrl + , Navigate To
Ctrl+E, D Format document
Ctrl+E, F Format selection
Ctrl- Navigate Backward
Ctrl+Shift- Navigate Forward
Ctrl+Shift+U Maiúsculas
Ctrl+U Minúsculas
F7 e Shift + F7 Alterna entre código e design
Ctrl + UpArrow Rola o texto para cima sem mover o cursor
Ctrl + DownArrow Rola o texto para baixo sem mover o cursor
Ctrl+C, Ctrl+V Duplica a linha atual
Ctrl+L Deleta a linha atual
Ctrl+E, C Comentar seleção
Ctrl+E, U Descomentar seleção
Ctrl+Tab Alterna entre documentos abertos
Ctrl+W, B Bookmark window
Ctrl+B, T Define/retira bookmark da linha atual
Ctrl+B, N Navega p/ próximo bookmark
Ctrl+B, P Navega p/ bookmark anterior
Ctrl+B, C Deleta todos os bookmarks
Ctrl+K, X Inserir snippet
Ctrl+K, S Surround with...
Ctrl + . Para adicionar um comando “using”, ou após renomear métodos
Ctrl+K, L List Members
Ctrl+K, P Parameter Info
Ctrl+K, I Quick Info
Ctrl+W,Q Find symbol results
F12 Go to definition
Shift+Alt+Enter Modo Full Screen
Janelas
Ctrl+W, X Toolbox
/ Usado na toolbox, retrai todas as suas tabs
* Usado na toolbox, expande todas as suas tabs
F4 Properties Window
Ctrl+W, S Solution Explorer
Ctrl+W, L Server Explorer
Shift+Alt+D Show Data Sources
Ctrl+], Ctrl+R Architecture Explorer
Ctrl+], Ctrl+M Team Explorer
Ctrl+W, U Document Outline
Ctrl+W, J Object Browser
Ctrl+W, K Call hierarchy
Ctrl+W, C Class View
Ctrl+W, E Error List
Ctrl+W, T Task List
Ctrl+W, O Output
Ctrl+W, A Command Window
Ctrl+W, W Web Browser
Ctrl+D, I Immediate Window
Debug/runtime
F6 Build the solution
Shift+F6 Build current project
F5 Start debugging
Ctrl+F5 Start without debugging
Ctrl+Shift+F5 Restart
Ctrl + Alt + P Attach to Process
F11 Step into
F10 Step over
Shift+F11 Step out
Ctrl+Shift+F10 Define próximo ponto de execução com base na linha do cursor
Ctrl+D, B Mostra a janela de Breakpoints
F9 Define/retira Breakpoint
Ctrl+Shift+F9 Deleta todos breakpoints
Alt+F2 Run Performance Analysis
Alt+F11 Run Code Analysis on Solution
Ctrl+D, E Mostra a janela de Exceptions
Saber algumas das teclas de atalho pode poupar um tempo valioso no desenvolvimento.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment