1) How to compile the solution with keyboard shortcut in Visual Studio?
'ctrl + shift + B'
2) How to search a word in the current document in Visual Studio?
Highlight the word and then press 'ctrl +F3'
3) How to search a workd in the entire solution in Visual Studio?
Highlight the word and then press 'ctrl + shift + F'
3) How to go to the definition of a function in Visual Studio?
Move the mouse over to the function call and press F12. This should take you to the definition of the function in the VB.Net and C# code. This shortcut does not work in the classic ASP code.
No comments:
Post a Comment