Visual C++ Settings
Visual C++ settings are designed to optimize the user experience and to maximize the productivity of Visual C++ developers. It is part of the Visual Studio Settings feature, which enables you to customize and save your Visual Studio Integrated Development Environment (IDE) settings.
You can also port or reload your IDE settings on other computers. For more information, see How to: Share Settings Between Computers or Visual Studio Versions.
By default, Visual Studio hides and displays certain windows and views based on the selected Visual Studio Setting. The following table shows the default behavior when the Visual C++ Development Settings are selected.
Note
Windows and view that are not affected by Visual Studio settings are not listed.
Windows and Views
Feature |
Displayed by default? |
Notes |
---|---|---|
Yes |
|
|
No |
|
|
Yes, in physical view |
|
|
Yes, when build starts |
Exposes GotoNextError commands through shortcut keys. |
|
Solution Explorer |
Yes |
Synchronize selected file with open file in the Code Editor is OFF by default. |
Start Page |
Yes |
Only displays the first time you start the IDE. |
No |
You can use Team Explorer to access your team projects and use the application lifecycle management features of Team Foundation, such as version control, builds, project management, and integrated reports and dashboards. |
|
No |
It will not display because of any build command. |
|
Yes |
|
In addition, the following elements have certain behaviors enabled when you select the Visual C++ profile.
Dialog Boxes
Feature |
Behavior |
---|---|
New Project Dialog Box |
When other platforms are installed on the machine, the IDE enables the combo box that allows you to specify the targeted platform. |
The More Options button displays options for Source Control, Device Tools, Database Tools, HTML Designer, and XML Designer. |
Keyboard
Feature |
Behavior |
---|---|
Visual C++ supports:
|
Miscellaneous IDE Elements
Feature |
Behavior |
---|---|
Designer settings |
The default view is the Code Editor, not the component designer view. |
Main menus, shortcut menus, toolbars, commands |
|
Shell appearance |
|
Window management and layouts |
Default layout of windows:
Default layout of debugger windows:
|
See Also
Tasks
How to: Change Select Settings
How to: Specify Settings for a Team