You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var tb:TextBox =new TextBox();
tb.addEventListener(
I think there're should be a code hinting for these events when we want to use addEventListener/removeEventListener.
If it is possible, is there any way to invoke the code hint above for custom methods, such as on/off... that also have the first param as event type?
Hi!
Currently the extension does not display code hint for objects that have
[Event...]
tags.Please consider to support it.
Thanks!
The text was updated successfully, but these errors were encountered: