Visual C #2005 keyboard shortcut cut reference poster
Http://www.microsoft.com/downloads/details.aspx? Familyid = c15d210d-a926-46a8-a586-31f8a2e576fe & displaylang = en # filelist
Http://download.microsoft.com/download/4/d/f/4df9bbc1-0744-49ca-a4ad-456a395552ff/VC++_2005_color.pdf
(1) Ctrl + space-complete word
(2) Ctrl + J-List Members
(3) Ctrl + Shift + space-parameter information
(4) Ctrl + K + k-Toggle bookmark
(5) Ctrl + K + F-formate Selection
(6) When ASP. NET is used in vs2003, the breakpoint can be accessed when F5 is executed, and the breakpoint cannot be accessed when Ctrl + F5 is used.
(7) When ASP. NET is used in vs2003, backspace cannot be used if Delete is used to delete a control in design mode.
F12-Go to definition
(1) in the Code area, right-click outlining-Toggle outlining expansion: collapse the outlining closest to the cursor.
right-click outlining-Stop outlining in the code area and choose "Stop outlining" from the shortcut menu. The collapse on the left is displayed. +-the match disappears, if you want to recover the connection, right-click the code area and select outlining-start automatic outlining.
(2) settings of vs2005:
you can change the preference of the help Source in "tools-options-help-Online.
select line numbers in "tools-options-Text Editor-C #" to display the row number.
(3) Right-click my computer-manage to manage IIS.
right-click the folder and select Properties-Web Sharing-sharing this folder to create this virtual directory in IIS.
(4) Right-click Project-properties-change the output type value in general to change the project type, if you change class liberary to console application, the project can be output to the DOS window.
(5) If a solution contains multiple projects, you can right-click solution-properties-configuration to set the project to be compiled.
You can also right-click a project and select project dependencies to set the projects that the project depends on before compilation.
(6) select Track active item in Solution Explorer in tools-options-projects and solutions-general in vs2005 to display the current file in the editing window in soluting solution E.
(7)
If the prompt is displayed during debugging in vs2005:
The following module was built either with optimizations enabled or without debug information:
~~~~~~
To debug this module, change its project build configuration to debug mode. to suppress this message, disable the 'warn if no user code on launch' debugger option.
You can remove the prompt as follows:
In vs2005, remove warn if no user code on launch from tools-options-debugging in enable just my code, or right-click the project that prompts to select Properties-debug-check enable SQL Server debugging
(8) method of calling the Crystal Report field explorer: 1. Right-click the Crystal Report and select field explorer or click the field explorer of the main toolbar of the crystal report. 2. View-other Windows-document outline
How to call up the toolbox of a crystal Report: View-toolbox
(9) method of choose Default environment settings:
Tools-Import and Export settings select reset all settings
(10)
How to restore vs smart notification after resharper is uninstalled:
Tools-options-Text Editor-C #-General-statement completion: Check "auto LIST members" and "parameter information"
You can also check whether the following content has been modified:
Tools-options-Text Editor-C #-intelliisense
(11) Right-click the private data member-refactor-encapsulate field to add attributes to the private data member.
(12) Click Show All files in Solution Explorer in vs2005 to viewArticle-Right-click a white file and select "include in project" to include the file in the project.
(1) You can use the Alt key in IE7 to switch the menu bar.
(2) Using the F11 key in IE7 can make the workspace of the browser the largest and normal.
--- To be continued
[Reprinted below]
Shortcut Key |
Function |
CTRL + Shift + B |
Generate a solution |
CTRL + F7 |
Generate Compilation |
CTRL + O |
Open a file |
CTRL + Shift + O |
Open a project |
CTRL + Shift + c |
Display Class View window |
F4 |
Display Properties window |
Shift + F4 |
Display Project Properties window |
CTRL + Shift + E |
Display resource view |
F12 |
Go to definition |
CTRL + F12 |
Go to Declaration |
CTRL + ALT + J |
Object browsing |
CTRL + ALT + F1 |
Help directory |
CTRL + F1 |
Dynamic help |
F1 |
Help |
Shift + F1 |
Current window help |
CTRL + ALT + F3 |
Help-Search |
Shift + ALT + enter |
Full Screen Display |
CTRL +- |
Backward Positioning |
CTRL + Shift +- |
Forward positioning |
CTRL + F4 |
Close document window |
CTRL + Page down |
Cursor positioned above the window |
CTRL + page up |
Position the cursor below the window |
CTRL + F6 |
Next document window |
CTRL + Tab |
|
CTRL + Shift + F6 |
Previous document window |
CTRL + Shift + Tab |
|
Alt + F6 |
Next panel window |
CTRL + k, CTRL + L |
CancelRemark |
CTRL + k, CTRL + c |
Comment the selected code |
CTRL + k, CTRL + u |
Uncomment the selected code |
CTRL + M, CTRL + O |
Folding Code definition |
CTRL + M, CTRL + L |
Expand Code definition |
CTRL + Delete |
Delete to the end of a word |
CTRL + backspace |
Delete to word Header |
Shift + Tab |
Cancel a tab |
CTRL + u |
Lowercase |
CTRL + Shift + u |
Convert to uppercase |
CTRL + Shift + end |
Select end of document |
CTRL + Shift + home |
Select Start at the end of the document |
Shift + end |
Select to end of line |
Shift + home |
Select to start line |
Shift + ALT + end |
Vertical selection to the end |
Shift + ALT + home |
Vertical selection to the beginning |
CTRL + |
Select All |
CTRL + W |
Select current word |
CTRL + Shift + page up |
Select to the front of this page |
CTRL + Shift + Page down |
Select after this page |
CTRL + end |
Locate the document to the end |
CTRL + home |
Locate the document to the beginning |
CTRL + G |
Go... |
CTRL + k, CTRL + P |
Previous tag |
CTRL + k, CTRL + n |
Next tag |
Alt + F10 |
Debugging-Applycodechanges |
CTRL + ALT + break |
Stop debugging |
CTRL + Shift + F9 |
Cancel all breakpoints |
CTRL + F9 |
Interrupt allowed |
CTRL + Shift + F5 |
Debugging-Start again |
F5 |
Run debugging |
CTRL + F5 |
Run Without debugging |
F10 |
CrossingProgramRun |
F11 |
One-step and one-sentence execution |
CTRL + J |
List Members |
CTRL + Page down |
Next View |
CTRL + B |
Format-Bold |
CTRL + Shift + T |
Format-Text indent |