Dear Team
stage.addEventListener(Event.ADDED_TO_STAGE,iniStage);
in FB 4.6 the quick assist use to create a function iniStage in my case on pressing ctrl +1 and selection create method with all the event listeners, but am not finding the same feature in FB 4.7.
in 4.6 if i create a cistom function and just name the function and do a quick assist it use to create the function .. but not working in 4.7
need help