Click here to Skip to main content
15,880,427 members
Articles / All Topics

Interactive ToolTip using Visual Studio 2010 Productivity Power Tool

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
21 Jul 2010CPOL2 min read 17.6K   3   2
In this post, I will show you one nice extension behavior named “Interactive Tooltip”, which will make your development life easier.

Visual Studio 2010 Productivity Power Tool is a set of extensions for Visual Studio 2010 Professional and above versions which actually improves productivity of developers. In this post, I will show you one nice extension behavior named “Interactive Tooltip”, which will make your development life easier.

image

If you haven't installed it till now, you can download it from Visual Studio Gallery. You can also download it directly from here. Read the complete post to know more about it.

Here, I will show you how to use the Visual Studio 2010 Productivity Tool for better interactive tooltip for your code. Once installed, it will automatically activate this feature. But in any case, it is not configured or you modified it explicitly, then follow the below steps to activate it again:

  • From Visual Studio 2010, go to Tools –> Options.

    image

  • From the left pane, expand the “Productivity Power Tools” and select “Solution Navigator”.

    image

  • Now in the right pane of the “Options” dialog, check whether the CheckBox with title “Enable interactive tooltips” is checked. If it is not checked, just do it.

Once done, you will see the feature of the interactive tooltips in your code view.

Open your code behind file and move your cursor on top of any class. You will see a ToolTip dropdown pops up on the screen as shown below:

image

If you click the dropdown, you will see all the member variables, methods and properties of that class listed inside it.

image

You can now browse through the class implementation from the Tooltip as much as you want to drilldown. Have a look into the above snapshot. Not only that, you can search for any specific property, method or member variable like this:

image

And, it will filter out the members of the class. This is not only for class, but for all properties, methods, etc. too. Have a look into the following snapshot where it shows the Tooltip for the MessageBox.Show() method of my Silverlight application. It shows return type and also the parameter passed to the method.

image

Read more about the Visual Studio 2010 Productivity Power Tool features from:

I will keep posting various tips with that, once I explore more. Till then, enjoy coding! Smile Cheers…

Image 10
Image 11

Image 12

This article was originally posted at http://www.kunal-chowdhury.com/feeds/posts/default

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India

Kunal Chowdhury is a former Microsoft "Windows Platform Development" MVP (Most Valuable Professional, 2010 - 2018), a Codeproject Mentor, Speaker in various Microsoft events, Author, passionate Blogger and a Senior Technical Lead by profession.

He is currently working in an MNC located in India. He has a very good skill over XAML, C#, Silverlight, Windows Phone, WPF and Windows app development. He posts his findings, articles, tutorials in his technical blog (www.kunal-chowdhury.com) and CodeProject.


Books authored:


Connect with Kunal on:





Comments and Discussions

 
GeneralMy vote of 5 Pin
Abhijit Jana21-Jul-10 22:05
professionalAbhijit Jana21-Jul-10 22:05 
GeneralRe: My vote of 5 Pin
Kunal Chowdhury «IN»22-Jul-10 5:01
professionalKunal Chowdhury «IN»22-Jul-10 5:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.