1 out of 3 rated this helpful - Rate this topic

Quick Info

The Quick Info option displays the complete declaration for any identifier in your code.

Move the mouse so that the cursor is over an identifier to display Quick Info for that identifier, which appears in a yellow pop-up box.

Quick Info Image

When you select a member from the List Members box, Quick Info also appears.

List Members Quick Info Image

You can manually invoke Quick Info feature as follows:

  • On the Edit menu, click IntelliSense, and then click Quick Info.

  • Use the keyboard shortcut CTRL+K, CTRL+I.

  • Select the Quick Info toolbar button from the Text Editor toolbar.

If a function is overloaded, IntelliSense may not display information for all forms of the overload.

[C++]

Quick Info can be turned off by default. To turn Quick Info off, deselect Enable automatic Quick Info tooltips from the C/C++ Options property page for the desired language. For more information, see Modifying IntelliSense Options.

[C#]

Quick Info will also include any code comments that may be on the definition of the member. For more information, see Supplying XML Code Comments.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Quick info = V e r y Distracting
Or, at least give a level. For instance, wherever my mouse moves something is telling me what it is. Most people, after a day in VS, know what a string is. Do we really need to have VS popping up letting us know what the primitive types are? You should include a rating of 0 for show nothing to 10 beginner. As it stands, it is pitiful and makes me long for textpad C days.
Turn off quick info
How to turn off quick info .  It's overkill and very distracting and annoying.
Advertisement