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
256 stars 39 forks source link

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

Open zabdoul60460 opened 7 months ago

zabdoul60460 commented 7 months ago

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 (

Is there a way to solve that ?

Many thanks in advance.

Best regards.

joshtynjala commented 7 months ago

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