tststs / atom-ternjs

JavaScript code intelligence for atom with tern.js and autocomplete-plus
MIT License
627 stars 76 forks source link

Question: How does this package create tooltips? #326

Open bjshumway opened 7 years ago

bjshumway commented 7 years ago

For example, if I type in .push and accept the snippet, then I get a tooltip right below it saying

push(newelt: ?) : number

The tool-tip persists until I leave the open/close parentheses. If I click back into the parentheses the tooltip comes back. Could you point me to where in the this package the tooltip is initialized? From there I can try to figure out the rest.

Thank you

bjshumway commented 7 years ago

No comments?