... because I was asked how to develop asp.net faster... here my top 10 shortcuts which boosted my work (in vs-studio 2013 using the standard key mapping for c# developers)
- press ctrl + "," to move between files
- press f12 to go to definition
- press ctrl k+r for find all references
- press f8 to move in the list of found items
- press ctrl+shift+b to compile
- press ctrl + "-" to jump back in history (regarding cursor position)
- press ctrl + alt + p to attach to process (w3wp for iis hosted asp.net) and type the name of the process
- press ctrl + shift + f to find stuff / h to replace
- press ctrl + "." to add references, implement interfaces and stuff
- press alt+tab to jump to browser, f5 for refresh (sorry for mentioning that :-) ).
cheers, Daniel
No comments:
Post a Comment