Polymer / atom-plugin

Provides autocompletion, linting, and more for web components.
Other
32 stars 8 forks source link

Give docs when autocompleting on a completed element #12

Closed rictic closed 6 years ago

rictic commented 7 years ago

e.g. in the example index.html, do this:

<behavior-test-elem|>

Then press ctrl-space. It would be helpful to display docs on <behavior-test-elem> at that point.

rictic commented 6 years ago

This works, modulo https://github.com/Polymer/atom-plugin/issues/70