Code tooltips appears twice (VS 2019)

This forum is meant for questions and discussions about the X# language and tools
Post Reply
leon-ts
Posts: 429
Joined: Fri Feb 03, 2017 1:43 pm

Code tooltips appears twice (VS 2019)

Post by leon-ts »

Hi,

When you hover over names in VS 2019 (XSharp project), a tooltip appears twice — the first short display, hiding, and only then the normal display. Video in attachment.
XSharp version: 2.2

Best regards,
Leonid
Attachments
XSharpBlinkingTooltips.rar
(635.5 KiB) Downloaded 24 times
Best regards,
Leonid
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Code tooltips appears twice (VS 2019)

Post by Chris »

Hi Leonid,

Thanks for the report, this is a known issue, happens due to the technique used for displaying tooltips. We are currently using a method that works both in VS2015 and later VS versions and that has this side effect. Once we are sure we are OK to stop supporting VS 2015, we can move to a different way of doing things and this should fix this problem, together with other things. So I think this is something that will be fixed in the next months or so.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply