Showing posts with label IDE. Show all posts
Showing posts with label IDE. Show all posts

January 06, 2010

Show short cuts in Tool Tips -Missed in VS 2010

We have Show short cuts in Tool Tips option in VS 2008
Tools- >Customize-> Show short cuts in Tool Tips option
I don't see that option in VS 2010.
I am not sure why its turned off.
I have submitted feedback on this here . If at all you want to have the same feature in new VS 2010 IDE and its useful for you, please vote for the feedback.

Incremental Search in Visual Studio I DE

Have you ever used Incremental search in Visual Studio. If not just try it.
Incremental Search is a feature in VS 2010 to search for particular term or keyword in the current document. Here the search is driven by key strokes as it allows you to type for the search term, with out interacting UI.
You can do incremental search by navigating to Edit->Advanced->Incremental Search or
Press Ctrl+I. Start typing the text you are searching for. You'll see the cursor jump to the first match, highlighting the same search string:
Pressing ESC or clicking on mouse will stop the incremental search.
The searched term appears in find box as well.
Press Shift+Ctrl+I to navigate to previous.

Happy Coding