4. Coding |
Ctrl+m+m |
Collapse / un-collapse current preset area (e.g.
method) |
Ctrl+m+h |
Collpase / hide current selection |
Ctrl+m+o |
Collapse declaration bodies |
Ctrl+m+a |
Collapse all |
Ctrl+m+x |
Uncollapse all |
Ctrl+m, ctrl+t |
Collapse Html tag |
Edit Code |
Ctrl+l |
Delete current line or selection of lines to and add to
clipboard |
Ctrl+Shift+l |
Delete current line or selection of lines |
Ctrl+Delete |
Delete word to right of cursor |
Ctrl+Backspace |
Delete word to left of cursor |
Ctrl+Enter |
Enter blank line above cursor |
Ctrl+Shift+Enter |
Enter blank line below cursor |
Ctrl+Shift+u |
Make uppercase |
Ctrl+u |
Make lowercase (reverse upercase) |
Ctrl+k+c |
Comment selected text |
Ctrl+k+u |
Uncomment selected text |
Ctrl+k+\ |
Remove white space and tabs in selection or around
current cursor position |
Ctrl+k+d |
Format document to code formatting settings |
Ctrl+k+f |
Format selection to code formatting settings |
Ctrl+Shift+space |
Display parameter required for selected method |
Ctrl+Shift+8 |
Visualize whitespace (or press Ctrl+r,
then Ctrl+w) |
Ctrl+k+d |
Format document to code formatting settings |
Ctrl+k+f |
Format selection to code formatting settings |
Ctrl+Shift+t |
Transpose word to right of
cursor; makes b=a out of a=b if cursor was in front of a |
Ctrl+t |
Transpose character left
and right of cursor; cursor between ab would make ba |
Shift+Alt+t |
Transpose line: Move line
below cursor up and current line down. |
IntelliSense and Code Helper |
Ctrl+Space |
Autocomplete word from completion list
(or alt+right arrow) |
Ctrl+Shift+Space |
Show parameter info |
Ctrl+f12 |
Display symbol definition |
f12 |
Display symbol declaration |
Ctrl+j |
Open IntelliSense completion list
|
No comments:
Post a Comment