Teclas de atalho de manipulação de texto, o Visual C++ 2.0 a opção de atalho padrão
Use as seguintes combinações de teclas de atalho em editores de texto, excluir, mover e formatar texto em um documento aberto.
![]() |
---|
A aparência dos recursos no IDE pode depender das suas configurações ativas ou edição e pode diferir das descritas na Ajuda. Para alterar as configurações, escolha Import and Export Settings sobre o Ferramentas menu. For more information, see Trabalhando com configurações. |
Nome do comando |
Shortcut keys |
Description |
---|---|---|
Edit.BreakLine |
ENTER SHIFT + ENTER |
Inserts a new line. |
Edit.CompleteWord |
CTRL + SPACE |
Displays Word Completion based on the current language. |
Edit.Delete |
DELETE |
Exclui um caractere à direita do cursor. |
Edit.DeleteBackwards |
BACKSPACE SHIFT + BACKSPACE |
Exclui um caractere à esquerda do cursor. |
Edit.FormatSelection |
CTRL + SHIFT + F CTRL + ALT + I |
Correctly indents the selected lines of code based on the surrounding lines of code. |
Edit.InsertTab |
TAB |
Indents the line of text a specified number of spaces, such as five. |
Edit.LineCut |
CTRL + Y |
Recorta todas as linhas selecionadas ou a linha atual se nada tiver sido selecionado, na área de transferência. |
Edit.LineOpenAbove |
CTRL + ENTER |
Inserts a blank line above the insertion point. |
Edit.LineOpenBelow |
CTRL + SHIFT + ENTER |
Inserts a blank line below the insertion point. |
Edit.MakeLowercase |
CTRL + U |
Changes the selected text to lowercase characters. |
Edit.MakeUppercase |
CTRL + SHIFT + U |
Changes the selected text to uppercase characters. |
Edit.OvertypeMode |
INSERT |
Alterna entre os modos de inserção inserir e sobrescrever. Disponível somente quando estiver trabalhando em editores de texto. |
Edit.SwapAnchor |
CTRL + SHIFT + X |
Swaps the anchor and end points of the current selection. |
Edit.TabLeft |
SHIFT + TAB |
Move selecionadas linhas para a esquerda uma tabulação. |
Edit.ToggleBookmark |
CTRL + F2 |
Sets or removes a bookmark at the current line. |
Edit.ViewWhiteSpace |
CTRL + ALT + T |
Shows or hides spaces and tab marks. |
Edit.WordDeleteToEnd |
CTRL + DELETE |
Deletes the word to the right of the insertion point. |
Edit.WordDeleteToStart |
CTRL + BACKSPACE |
Deletes the word to the left of the insertion point. |
Consulte também
Tarefas
Como: Trabalhar com atalhos de teclado
Conceitos
Atalhos de teclado predefinidos