BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
257 stars 39 forks source link

Code completion stop working after "include" #783

Open ylazy opened 1 day ago

ylazy commented 1 day ago

Hi! I'm creating a lib that extending the as3commons bytecode lib.

There're 22 include "readU32.as.tmpl" in org.as3commons.bytecode.io.AbstractAbcDeserializer.as. After include calls, code completion didn't worked. Methods and variables became undefined. It seems like include is not working properly.

workaround: replace include by the code inside. But in this case it's inconvenient because there're many identical scripts in one file.

Please check this!

Thanks!

joshtynjala commented 1 day ago

Adding a link to as3-commons-bytecode source code:

https://github.com/teotigraphix/as3-commons/tree/master/as3-commons-bytecode