Frequently used vs shortcut key rollup

Source: Internet
Author: User

1. Code Writing

shift+alt+enter--Full Screen display

SHIFT--ALT+F10-----Open the option to implement the interface, continue pressing I to implement the interface, press R to rename

Ctrl+r+e--------Package Fields

Ctrl + J----------List members, including code hints only

Tab (Double-click)--------a block of code, for example, after try, for, do, and then press

Ctrl + K + S---------outside code, including code block templates

"CW" +tab +tab------------Console.WriteLine ();

"Mbox" + Tab + TAB-----------MessageBox.Show ();

Ctrl + Shift + Space-----------parameter information

F6/ctrl + Shift + B-----------Build Solution

F7----------Jump to the back of the form code, WinForm, WebForm can

F12-------View Method definitions

Ctrl + "-"------quick return to method press F12 place

Shift + F12------Find out all the places that are used in a particular type

Press "F8" or "Shift + F8" to toggle between the front and back items in the list.

Ctrl + Shift + F:entrie solution search.

2. Code manipulation

Ctrl + K + C------Comments

Ctrl + K + U------Uncomment

Ctrl +j---------looking for matching parentheses

Ctrl + Shift + J----------Select the matching parentheses with the code in it

Ctrl + F---------Quick Find

Ctrl + H---------Quick Replace

Ctrl + Shift + U---------Convert to uppercase

Ctrl + U-------converted to lowercase

Ctrl + K + D-------Formatting documents

Tab---Increase Indent

Shift +tab------Decrease Indent

Ctrl + M + M--------folding code, such as placing the cursor in the position of #region, if, method headers, will collapse them

Ctrl + M + O--------Folding Code

Ctrl + M + P--------Unwind code

3. Debug Run

F5; start debugging

Shift + F5---Stop debugging

F9---------Setting breakpoints

CTRL + Shift + F9---------Delete all breakpoints

F10------Process-wise Commissioning

F11-------By-statement debugging

4. Operation of the project

Alt + Enter----------Open the Properties dialog box for the selected item

Ctrl + Shift + N-----New Project

Shift + Alt + N-------new Web site

Ctrl + N---------new file

Ctrl + Shift + O--------Open Project

Ctrl + Alt + O-------Open Web site

Ctrl + O----------Open File

5. View Call

F4-------Properties

CTRL + ALT + X----Toolbox

CTRL + ALT + L------Solution Explorer

Ctrl + Alt + S--------Server Explorer

Add: How to organize the code in the program?

Ctrl + K +f: The code for the selected or current line is sorted

Ctrl + K +d: Is the collation of all code

Common vs shortcut key rollup

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.