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

It looks to me like the first target in the list of `targets` is used for code intelligence. This means that if you have: ```` "targets": [ "JSRoyale", "SWF" ],...

enhancement

Similar to what's available for TypeScript: https://code.visualstudio.com/updates/v1_11#_implementation-codelens-for-typescript

enhancement

Similar to what's available for TypeScript: https://code.visualstudio.com/updates/v1_9#_typescript-references-codelens

enhancement

Only properties/styles of an MXML tag that haven't been used yet get listed in auto-completion. IntelliJ already does it.

enhancement

The new AIR 50 Beta SDK introduces support for null-conditional operators, nullish coalescing and verbatim strings, outlined here https://github.com/airsdk/Adobe-Runtime-Support/discussions/1699#discussioncomment-3653584 😁

enhancement
royale-dependency

I need to add exclusion files, such as `*.svn`,`*.copyarea.db`, how can I configure it .

it seems the MXML docs is not showing when we hover over on the tag/component unlike on the .as source file. Does MXML docs still not supported or how do...

bug

It appears that a line of code with the following signature or similar will cause asformat to incorrectly set spaces around semicolons from that line onward: ``` if (bool ?...

Hi, Based on https://github.com/BowlerHatLLC/vscode-as3mxml/issues/351, the panel "ACTIONSCRIPT SOURCE PATH" is not always open, however on my case I'm using VS Code only for ActionScript and .NET (that is always open)....

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...

bug
wontfix