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

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.

Results 79 vscode-as3mxml issues
Sort by recently updated
recently updated
newest added

After recent updates to as3mxml (v0.23.2) the ```java``` process started to throttle CPU when using as3mxml extension with VS Code (I'm using the most recent one, 1.39.2). I'm on a...

waiting-for-response

Hi, for some reason the Intellisense autocompletion only works for the first few seconds (~30s) after opening a new project. Afterworks it will hang and only shows the "Loading" tooltip...

bug

rename package `package lib.module1` to `package lib2.module2` it will move the file from folder lib/module1 to lib2/module2.

enhancement

Hi, today, we have to update all imports of affected files manually after renaming or moving a folder. (Or do I miss something?) It would be very helpful if VSCode...

enhancement

moving the information to a new issue to prevent cluttering the previous one I am having a similar issue but its instead with the checker itself. ``` java.lang.NullPointerException at org.apache.royale.compiler.internal.as.codegen.LexicalScope.getNameFromDefinition(LexicalScope.java:1178)...

bug
royale-dependency
royale-release-pending

I have graphics with AS3 linkage that don't have any corresponding AS3 files (the linkage is assigned in the .fla project and the files are generated automatically when the SWF...

enhancement
wontfix

~~~1) I really wish that I would automatically get ="" after code completion of a property/style (i.e.: gap="" and not just gap ) and that the cursor be placed within...

enhancement
vscode-dependency

From @JimmyGot > would be nice to have the following: when typing / at the end of an MXML tag I'd like to get /> instead

enhancement

Connection refused. I'm getting java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at java.net.Socket.connect(Socket.java:538) at java.net.Socket.(Socket.java:434) at...

bug

Some of tags that must be within Declarations are: DateFormater, PhoneNumberValidator, PhoneFormatter, NumberValidator, MultiDPIBitmapSource, RemoteObject, HTTPService. Example code: ``` ``` This error appears but only in Terminal when build is...

bug
royale-dependency