Teclas de atalho, o Visual C++ 6.0 de projeto padrão a opção de atalho
Use as seguintes combinações de teclas de atalho para adicionar novos itens a um projeto, criar um projeto ou abrir arquivos ou projetos.
![]() |
---|
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. |
![]() |
---|
Para ver uma lista das teclas de atalho que foram alterados ou não são mais suportados no Visual C++.NET, consulte Comandos de tecla Visual C++ 6.0 obsoleto e alterações nos comandos do Visual C++ 6.0 chave. |
Nome do comando |
Shortcut keys |
Description |
---|---|---|
Build.BuildSolution |
F7 |
Cria a solução. |
Build.Cancel |
CTRL + BREAK |
Cancela a compilação em andamento. |
Build.Compile |
CTRL + F7 |
Creates an object file containing machine code, linker directives, sections, external references, and function/data names for the selected file. |
File.NewFile |
CTRL + N |
Displays the New File dialog box where you can select a new file to add to the current project. |
File.NewProject |
CTRL + SHIFT + N |
Displays the New Project dialog box where you can create projects and add them to the current solution. |
File.OpenFile |
CTRL + O |
Exibe o Abrir o arquivo caixa de diálogo onde você pode selecionar para abrir um arquivo existente. |
File.OpenProject |
CTRL + SHIFT + O |
Displays the Open Project dialog box where you can add existing projects to your solution. |
File.AddExistingItem |
SHIFT + ALT + A |
Displays the Add Existing Item dialog box, which allows you to add an existing file to the current project. |
File.AddNewItem |
CTRL + SHIFT + A |
Displays the Add New Item dialog box, which allows you to add a new file to the current project. |
Project.override |
CTRL + ALT + INSERT |
Permite substituir métodos da classe base em uma classe derivada. Disponível para C#. |
Consulte também
Tarefas
Como: Trabalhar com atalhos de teclado
Conceitos
Atalhos de teclado predefinidos