TypeStrong/atom-typescript

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

Open

#1,463 opened on Nov 10, 2018

 (2 comments) (1 reaction) (0 assignees)TypeScript (199 forks)github user discovery
enhancementhelp wantedup-for-grabs

Repository metrics

Stars
 (1,125 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide