How to: Enable Quick Info
IntelliSense Quick Info provides a description of an identifier when the mouse hovers over the identifier or when the user places the edit caret inside the identifier and selects Quick Info from the IntelliSense menu.
The language property QuickInfo is enabled by default. If your language does not provide member selection, you must call the startName method at every identifier expression (see How to: Add Member Completion for a discussion and example of the startName method).
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Rewrote and refactored project. |
Content bug fix. |