Friday 20 May 2016

Visual studio shortcut keys.

Find out the Visual studio shortcut keys which helps in day to day development activity and makes your development fast. These visual studio shortcut keys and just common keys to use.


SNO
Short Cut Key
Description
1
Ctrl+C , Ctrl+Ins
Copy Content
2
Ctrl+X, Shift+Del
Cut content
3
Ctrl+V, Shift+Ins
Paste content
4
Ctrl+Shift+V, Ctrl+Shift+Ins
Cycle Clipboard Ring, paste the multiple copy content
5
Del, Ctrl+Del
Delete
6
Bkspce
Delete Backwards
7
Ctrl+K, Ctrl+\
Delete Horizontal White Space
8
Ctrl+Home
Document Start
9
Ctrl+K, Ctrl+K
Toggle book Mark
10
Ctrl+K, Ctrl+P
Previous Book Mark
11
Ctrl+K, Ctrl+N
Next Book Mark
12
Ctrl+K, Ctrl+L
Clear Book Mark
13
Ctrl+K, Ctrl+D
Format the documentation
14
Ctrl+K, Ctrl+F
Format Selection
15
Ctrl+Shift+U
Convert to Uppercase
16
Ctrl+U
Convert to Lower Case
17
Ctrl+K, Ctrl+C
Comment code
18
Ctrl+K, Ctrl+U
Uncomment Code
19
Ctrl+E, Ctrl+W
Word Wrap
20
Ctrl+F
Find
21
Ctrl+Shift+F
Find in Files
22
F3
Find Next
23
Shift+F3
Find Previous
24
Ctrl + i
Incremental find
25
Ctrl + H
Quick Replace
26
Ctrl+Shift+H
Find and Replace in File
27
Ctrl+G
Goto Line number
28
Ctrl+,
Navigate to
29
tab
Insert Tab
30
Ctrl+}
Go to close/open Brace by selecting open/close brace
31
Ctrl+F12
Go to Declaration of method or Variable
32
F12
Go to Definition of Method or variable
33
Ctrl+L
Cut Line
34
Ctrl+Shift+L
Delete Line
35
F5
Start Debugging
36
Ctrl+Shift+B
To Build Solution
37
F9
Toggle break point or to put and remove breakpoint
38
Ctrl+Shift+F9
To remove all break point
39
Ctrl+Alt+P
Attached to the process
40
Ctrl+R,Ctrl+W
View White Space
41
Ctrl + Z
Undo Changes
42
Ctrl +Y or Ctrl+Shift+Z
Redo
43
Ctrl+-
Go to previous point/location.
44
Ctrl++
Go to next location
45
Ctrl+Tab
To switch between the tab
46
Ctrl+.
Get the reference of namespace

No comments:

Post a Comment