The installation
- If you have downloaded Visual Studio Community 2013 in English, you can install the Visual Studio Community 2013 Simplified Chinese language package [click download].
- Uninstall: Use Microsoft Visual Studio Uninstaller to uninstall the software.
Write a C
- New project
Tips: Uncheck the “precompiled header” and then check the empty project.
- Creating a Source File
Use skills
- The program is suspended automatically
Shortcut:Ctrl + F5
- Line edit
Stop the line for the cursor
Copy:Ctrl + C
Shear:Ctrl + X
Delete:Ctrl + L
- Comment key combination
Quick note: FirstCtrl + K
Again,Ctrl + C
Uncomment: FirstCtrl + K
Again,Ctrl + U
- formatting
Entire document: firstCtrl + K
Again,Ctrl + D
Selected part: FirstCtrl + K
Again,Ctrl + F
Home
The key andEnd
key
Home
Key: Quickly jump to the beginning of the line
End
Keys: Quickly skip to the end of the line
Shift + Home
: Quickly select the part of the line before the cursor
Shift + End
: Quickly select the part of the line after the cursor
Shift + ARROW keys
: Select text quickly- Show Line number Tools > Options > Text Editor > All Languages > Check Show Line number.
- Change font Tools > Options > Environment > Fonts and Colors. If the font Consolas is set, the size is 15.