i want to extend the QuickInfo in IntelliSense. When i type my variable and the type ".", IntelliSense shows me all Method, Properties and Fields inside the Object. Wen i move the Curser via Keyboard and wait a second... an Quick info will be shown with Method, Property or Field informations. Now i want to extend this Informations from Attributes there are on it.
For exsample...
I have an Class with Properties:
When i select this in IntelliCode like this:
Iwant to insert in the red marked QuickInfo my "TranslationItem" Attribute informations.
The Final will look like this:
For Mouse-Move-Actions i am finished.
I hope anybody can help me.