Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Support getting documentation on hover #13

Closed
rictic opened this issue Oct 16, 2016 · 1 comment
Closed

Support getting documentation on hover #13

rictic opened this issue Oct 16, 2016 · 1 comment
Assignees
Milestone

Comments

@rictic
Copy link
Contributor

rictic commented Oct 16, 2016

Two research tasks are prerequisites for this:

  • Track down the APIs for us to notice a hover and extract the line and column where the user hovered.
  • Track down an API for rendering a tooltip. Ideally one that supports scroll on overflow, and rendering either markdown or raw HTML.
@rictic rictic added this to the 1.1.0 milestone Oct 16, 2016
@rictic
Copy link
Contributor Author

rictic commented Oct 16, 2016

Thanks to @TimvdLippe it looks like this is what we want for getting the column and line number: https://github.com/steelbrain/linter-ui-default/blob/master/src/editor/helpers.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants