vscode-as3mxml icon indicating copy to clipboard operation
vscode-as3mxml copied to clipboard

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

Open zabdoul60460 opened this issue 1 year ago • 1 comments

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.

zabdoul60460 avatar Jan 23 '24 14:01 zabdoul60460

<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 avatar Jan 23 '24 16:01 joshtynjala