vscode-as3mxml
vscode-as3mxml copied to clipboard
Go to definition and autocompletion doesn't work with <fx:Script source="Myfile.as"/>
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.
<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.