This is my list of hot keys which I often used – the list is gradually updated. Hope you can find it useful. Select a text and Ctrl-F3 Search for selected text. Very useful when you browse the codes, meet some references (method, properties, variable, …) that you want to quickly see other locations it [...]
Archive for the ‘software’ Category
Helpful & Frequently-used hot keys in Visual Studio IDE
Posted in Visual Studio on July 28, 2010 | Leave a Comment »
The addons for Visual Studio that profits me ^_^!
Posted in tools, Visual Studio on July 14, 2010 | Leave a Comment »
Here are the addons I used and get profit from it: Search Work Items for TFS 2010 Add searchbox when browsing the work-item query results. . CodeRush Xpress Code block highlight. . CoolX Locate current-opened file (in Text Editor) in Solution Explorer. Collapse all projects in Solution Explorer – especially useful when your solution has teens [...]
How to install NAntContrib after download it?
Posted in NAnt on May 12, 2010 | Leave a Comment »
Well, it’s so funny that there’s no clue to install it in the package downloaded from their homepage. As one guy felt angry with it here AngryPets.com :: Blog, I felt angry too ^_^! So, very simple, the solution is just “Just copy everything in the NantContrib\bin directory into Nant\bin“. Another way is to add [...]