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

Go to definition and autocompletion doesn't work with <fx:Script source="Myfile.as"/> #731

Open
zabdoul60460 opened this issue Jan 23, 2024 · 1 comment

Comments

@zabdoul60460
Copy link

Hi,
I update my project from Flash builder to VSCode.
Unfortunately, I can't get the 'Go to definition' command to work.
On my .xml file, I call some functions on click event for example.
In this case the function is on .as file. This file are included on .mxl file (<fx:Script source="Myfile.as"/>

Is there a way to solve that ?

Many thanks in advance.

Best regards.

@joshtynjala
Copy link
Member

<fx:Script source="Myfile.as"/>

Unfortunately, the extension doesn't support the source property of <fx:Script/> very well. There are no plans to improve it either.

@joshtynjala joshtynjala changed the title Go to definition and autocompletion doesn't work Go to definition and autocompletion doesn't work with <fx:Script source="Myfile.as"/> Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants