VisualStudioShortcuts
1.To select particular word in by line by line -
Select word + Cntrl + D + D .....
2.To Point Cursor line by line -
Cntrl + Alt + down arrow/up arrow
3. To Duplicate a line
Cntrl + D
3. To Remove a line
Cntrl + L
6.To Select Same
Shift +Alt + Arrows
Cntrl + '-' - To Move back from present cursor position
Cntrl + Shift + '-' - To Move forward from present position
**To Create Class or Interface Select Particular Folder
Shift + Cntrl + A
* To Add QuikWatch(see data) while running program
Cntrl + Alt + Q or Shift + F9
1.To Select Same Text Next
Shift + Alt + .
1.To Remove Last Selected Text
Shift + Alt + ,
1.To Select All Same Text
Shift + Alt + ;
1.To Skip Matching Occurence
Shift + Alt + /
1.Multiple Cursors
Cntrl + Alt + Click
Regions:
Cntrl + M + O - To Close All Methods
Cntrl + M + M - To Close/Open Particular Method
Cntrl + M + L - To Close/Open Total NameSpace
Debugging:
F12 - Definetion/Interface
Cntrl + F12 - Implementation
Cntrl + Shift + F5 - To Re-Run
F5 - To Run & Override Breakpoint
F10 - StepOver
F11 - Step InTo
Shift + F11 - Step Out
F9 - Add/Remove Debugger
Cntrl + Shift + F9 - To Remove All debuggers
Cntrl + K + D - Format
Cntrl + Alt + L - To Open Solution Explorer
Capital/Small Case Convert:
Cntrl + U - SmallCase
Cntrl + Shift + U - CapitalCase
NewLine Above/Below:
From Present Line Start/End Point To Create New Line Above
Cntrl + Enter
From Present Line Start/End Point To Create New Line Above
Shift + Enter / Cntrl + Shift + Enter
ctor - Constructor
prop - property
cw - Console.Writeline()
Comments
Post a Comment