ternjs / tern

A JavaScript code analyzer for deep, cross-editor language support
https://ternjs.net/
MIT License
4.25k stars 378 forks source link

Function information tooltip #1039

Open Kagayakashi opened 4 years ago

Kagayakashi commented 4 years ago

Hi.

I seen you have greate example with function info tooltip.

I have internal functions. And they are ready to use. I want to make hardocoded tooltip.

When i write function, i want to see argument list and highlight current argument.

Please, can you say how to do that tooltip? image

1.I have last version ace. 2.I using ext-language_tools.js

I need only tooltip.

I not using nodejs. Vanilla JS in browser.