How do you add a click event handler for a ClassifiedTextRun in QuickInfo tip in a Visual Studio extension?

149 views Asked by At

I am working through the VSSDK-Extensibility-Samples project on Github. The quick info project is working fine.

I just want to know how to make a ClassifiedTextRun ( word in the tip ) clickable and perform some action when the word is clicked.

1

There are 1 answers

1
pappy On BEST ANSWER

I discovered that the Visual Studio SDK needed to be updated to the latest stable version to see the overload that takes a navigation action.