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.
For example, if I type in
.push
and accept the snippet, then I get a tooltip right below it sayingpush(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