0. Common shortcut keys in VS
f1:     
f5:      compile and run
ctrl+f5:      compile and run (do not debug)
f6:      build solution to check for syntax errors
f7: open the corresponding background page for the current page, Ctrl+F7 Open the foreground page
f9:     
f11:     
tab      quick complement smart hint code
ctrl+k,d: format the selected code
ctrl+k,c: Comment code
ctrl+k,u: Uncomment code Span style= "FONT-SIZE:10.5PT; font-family:arial; line-height:1.5; " >
///: Document Comments
PS: Window Reset: Tools-Import Export Settings-Reset all settings
1.Visual Studio Edit HTML file No Design view solution 1.Click the Tools menu in Visual Studio 2013, then click Options, Text Editor, File extension, enter HTML on the right, and then drop-down list to select HTML (Web Form) editor, click Add
2.you can see the Design view by closing the HTML file that you are editing in Visual Studio and then opening the HTML file.
2.Visual Studio Displays line numbers 1 Tools-Options-Text editor
2.Select all languages below tick "line number"
3.VS Personal Management Git Note: This method is only applicable to single account on multiple computers for personal project management, I will not use vs Git for Team project management method. 0. Create a new library on GitHub and record the HTTPS clone URLHttps://github.com/xxx/GitHubVS.git
1. Create a new empty folder locally
2.vs-Team Explorer-connect (connect to team project)-local git repository-clone
3. Configure your GitHub account
4. Drag the previous project folder directly to the empty file created by Step1
Select: Project-Change-SubmitHere you can easily exclude files and folders
5. After submission, a popup box will let you enter your GitHub account and password
6. On another computer select: not synchronized Commit-pull
7. Locally pull the dev branch on GitHub7.1 First build the dev branch locally
7.2 Branch is named Dev, then select Origin/dev in the box below
PS: Can be used in many places-operation-Open command Prompt
From for notes (Wiz)
VS Visual Studio Getting Started tips