Show links in Intellisense Tooltip

SyntaxEditor Web Languages Add-on for WPF Forum

Posted 7 years ago by tobias weltner
Version: 17.1.0651
Avatar

Is it possible to show clickable links in the tooltips provided by Intellisense completion lists? I have been using HtmlContentProvider to provide the tooltip content but could not find a way to add clickable links.

Comments (1)

Posted 7 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Tobias,

You should be able to use syntax in a HtmlContentProvider for the description tips like this:

<a href=\"test://foo.bar\">

Then you could handle the CompletionSession.RequestNavigate event to process clicks on that link.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.