atom-typescript icon indicating copy to clipboard operation
atom-typescript copied to clipboard

[Feature Request] make tooltip not disappear when hovered over, and make text selectable

Open trusktr opened this issue 7 years ago • 2 comments

It'd be nice to make the tooltip stay when hovering over it, and to disappear when the mouse leaves, similar to linter-ui-default or with atom-ide tooltips.

Then we can make the text selectable (which is super useful for copying type identifiers, etc). We could also make type identifiers clickable to take us to the definitions.

trusktr avatar Nov 10 '18 22:11 trusktr

Atom-IDE tooltips are available as an option in v12.7.0 (released just now). As for the rest, PRs are welcome, I doubt I will be able to get to this anytime soon.

lierdakil avatar Nov 18 '18 06:11 lierdakil

Looks like those blue tooltips are the built-in ones? Not sure how to change their behavior, seems like any plugin that uses them will have the same behavior.

trusktr avatar Dec 28 '18 05:12 trusktr