visuald icon indicating copy to clipboard operation
visuald copied to clipboard

Improve tooltip text and layout

Open dlangBugzillaToGithub opened this issue 5 years ago • 0 comments

r.sagitario (@rainers) reported this on 2018-11-03T08:46:00Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=19355

Description

from https://forum.dlang.org/thread/[email protected]:

  • Tooltips on token-string literals adds a lot of extra spacing between symbols.

  • Tooltips that show documentation can have excessive line breaks.

  • Tooltips on variables repeat attributes - eg, "private int length;" produces "private private(int) [parent].length" instead of perhaps "(variable) private int [parent].length".

  • C#-style formatting and colourisation in tooltips.

dlangBugzillaToGithub avatar Nov 03 '18 08:11 dlangBugzillaToGithub