1

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.

pappy
  • 43
  • 7

1 Answers1

1

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.

pappy
  • 43
  • 7
  • Since you have a workaround, I suggest you could [mark your own answer](https://stackoverflow.blog/2009/01/06/accept-your-own-answers/):) – Sara Liu - MSFT Apr 26 '21 at 01:48