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 93 vscode-as3mxml issues
Sort by recently updated
recently updated
newest added

Hi, With flex 4.7, I uses gestureTwoFingerTap event. But with As3Mxml this event is ignored ? Do you know why ? Many thanks in advance. Best regards.

waiting-for-response

```css @namespace mx "library://ns.adobe.com/flex/mx"; @namespace s "library://ns.adobe.com/flex/spark"; ``` The Royale compiler doesn't currently provide good positions within the MXML document for CSS, so a fix will need to be released...

enhancement
royale-dependency

Hello, I was debugging some AS3 code, and I noticed that some variables that have a number in them, which was set in hex format, is shown as decimal in...

enhancement
wontfix

Hello, I have been working on a large AS3 project on FlashDevelop for a long time, and I am trying to move it to VS Code using your plugin. Most...

bug
royale-dependency
royale-release-pending

Errors such as: > Definition avm2.intrinsics.memory.li32 could not be found. occur using the `avm2.intrinsics` package. But the project compiles fine with `asconfigc`; any idea? Here's my `asconfigc.json`: ```json { "config":...

bug
royale-dependency

Hi! It would be nice if we have something like [this](https://marketplace.visualstudio.com/items?itemName=liamhammett.inline-parameters) for ActionScript. Much more readable codes. Please consider to support this feature. Thank you!

enhancement

Hi! In my asconfig.json: ``` { "compilerOptions": { "source-path": [ "src", "C:/YlazySDK/Libs/as3/src/root", "C:/YlazySDK/Libs/as3/src/topLevel/app", "C:/YlazySDK/Libs/as3/src/topLevel/dataTypes", "C:/YlazySDK/Libs/as3/src/topLevel/global", "C:/YlazySDK/Libs/as3/src/topLevel/namespaces", "C:/YlazySDK/Libs/as3/src/topLevel/profiling", "C:/YlazySDK/Libs/as3/src/topLevel/tracing" ] } } ``` I think this could be better: ``` {...

enhancement
wontfix
royale-dependency

https://github.com/BowlerHatLLC/vscode-as3mxml/assets/6010183/373f7ede-746a-4089-a3b8-a09a574336b1 I think the error message should be something like: "Error: The mainClass `x.controls.test.ActionButtonTest` not found at line `8`. Please check the path." Thank you!

enhancement
royale-dependency

Duplicate of #669 for new main branch

Duplicate of #651 for new main branch