Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion stop working after "include" #783

Open
ylazy opened this issue Nov 4, 2024 · 1 comment
Open

Code completion stop working after "include" #783

ylazy opened this issue Nov 4, 2024 · 1 comment
Labels

Comments

@ylazy
Copy link

ylazy commented Nov 4, 2024

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
Copy link
Member

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

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

@joshtynjala joshtynjala added the bug label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants