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.
 As you can see, `X` in the last two lines was not colored.
This image describes what I mean: 
Suggested fix for issue #801
I received the following error when trying to debug a project that made use of an ANE on macOS: > ArgumentError: Error #3500: The extension context does not have a...
Hi! Please view the clip bellow for more detail: https://github.com/user-attachments/assets/1a9b76b9-68ae-4672-92e2-c8ca2ba8c630 Thanks!
Hi! I got this error when trying to compile a Flash (web) project using the latest AIR SDK 51.1.3.1:  I tried `"-compiler.float=false"` and `"-compiler.float"`. Same error. Is it a...
Hi! Please consider adding support for the new `float` type.  Thanks!
Hi! I'm creating a lib that extending the as3commons bytecode lib. There're 22 `include "readU32.as.tmpl"` in `org.as3commons.bytecode.io.AbstractAbcDeserializer.as`. After `include` calls, code completion didn't worked. Methods and variables became undefined. It...
Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.2.2 to 3.2.3. Release notes Sourced from jws's releases. v3.2.3 Changed Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via...
Hi, When I create a new tab and save it as an empty .as file, I have to wait a long time (about 30 seconds or more) before code completion...