vscode-as3mxml
vscode-as3mxml copied to clipboard
ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
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...
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...
rename package `package lib.module1` to `package lib2.module2` it will move the file from folder lib/module1 to lib2/module2.
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...
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)...
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...
~~~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...
From @JimmyGot > would be nice to have the following: when typing / at the end of an MXML tag I'd like to get /> instead
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...
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...