timjroberts / typescript-atomizer

An Atom plugin that provides TypeScript language support and tooling.
2 stars 2 forks source link

Quick information tooltip appears even though the mouse isn't hovering over an item #9

Closed timjroberts closed 9 years ago

timjroberts commented 9 years ago

If you hover over a symbol that produces quick-info, and that symbol appears at the end of a line, you can hover over any position after that symbol for the tool-tip to appear.

This is because the pixel position is being transformed into a buffer position that represents the end of the line.