S
H
A
R
E
Showing posts with label Visual Studio 2010 Tools. Show all posts
Showing posts with label Visual Studio 2010 Tools. Show all posts

Saturday, June 09, 2012

Visual Studio Shortcut Keyboard List

Navigation



Ctrl + ]
Moves the cursor to the matching Closing or Opening brace
Ctrl + hyphen
Moves cursor to its previous position
Shift + F7
Switch between the Design View and Source View
Ctrl + Tab
Displays the all open files in VS
Ctrl + Shift + F
Find 
F3
Search Again or continue search 

Read More!

Monday, May 16, 2011

All-In-One Code Framework Sample Browser



Have you ever heard about All-In-One Code Framework, a centralized code sample library from Microsoft?  Have you ever tried its cool Sample Browser application that makes the sample search and download easy and hassle free?


This extension of Visual Studio integrates the Sample Browser of All-In-One Code Framework, which helps search for code samples whenever you are coding with VS2010. Along with the powerful filter, you can find and download the most proper & useful sample in a few seconds, right from within Visual Studio!
Configuration:
The first time you launch the search tool, a configuration dialog box pops up. You will be asked to specify a directory for downloaded samples,  and the connection settings determines proxy using, if no samples shows up after searching, you can try to change the connection setting to IE proxy setting.
Also, you can call this configuration box out by click the hyperlink “Configurations” on the left bottom.
How to use:
  • Menu command, Tools->Search Code Sample:
It launches the sample browser extension and display history tabs when last time the extension closed, if no history tabs, it searches for condition (Key word: Empty, all language, all technology) by default.
  • Code editor context menu command, Search Code Sample:
It launches the sample browser extension and searches for conditions based on the selection string in current active code file and its file extensions.
For instance, in the picture above, the search condition is (Key word: Form1, C# language, all technology)
  • Shortcut Key, Alt+F1:
Same as the context menu command, if no code editor is opened, it searches for condition (Key word: Empty, all language, all technology) by default.
  • You can download the sample by click the Hyperlink “Download” or open its description page by double click on the sample name.
  • If you cannot find a proper sample via this tool, you can also request for this sample by click on the hyper link “Request a code sample”.
BY: Ziwei_Vic

Download Here or Here

Read More!

VBnet Tool: Remove Unused References

Got too many unused project references in your face? Clean them up with the aptly named 'Remove Unused References' extension!
Just right-click on a project (or solution) and choose 'Remove Unused References' from the menu and this extension will go to work while you wait (*). After it's done you can almost smell that lemon scent.
BY : spongman (Code Without Borders)
Download Here or Here

Read More!