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

If there is _mystyles.css_ file located in the root of imported SWC library, and you try to load it: `` it cant find the file. Error received: > Can't find...

bug
royale-dependency

``` ``` I get: 'var' is not allowed here and coloring doesn't work on the CDATA block It builds fine

bug
wontfix
vscode-dependency
royale-dependency

Is Call Hierarchy feature related to the extension or it depends only on VS Code [Feature request: Call Hierarchy](https://github.com/Microsoft/vscode/issues/16110) issue?

enhancement
vscode-dependency

This should happen in `MXMLNamespaceUtils.getMXMLNamespaceForTypeDefinition()`. Some code to get started: ``` java if (prefix == null) { for (ISWC swc : currentProject.getLibraries()) { if (swc.getSWCFile().getAbsolutePath().equals(definition.getContainingFilePath())) { //design.xml is an optional...

enhancement
help wanted

Need to wait on something like [FoldingRangeProvider](https://code.visualstudio.com/docs/extensionAPI/vscode-api#FoldingRangeProvider) to be exposed in the language server protocol. https://code.visualstudio.com/updates/v1_22#_folding-provider-api https://code.visualstudio.com/updates/v1_23#_folding-provider-api

enhancement

Hi Josh, one thing that will improve the user experience will be the capability to remove unwanted libraries in SDK. In Royale (and in Flex), we have various UI sets,...

enhancement

> Aug 07, 2018 10:38:44 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation > WARNING: Unmatched cancel notification for request id 3 eclipse/lsp4j Documentation: https://github.com/eclipse/lsp4j/blob/master/documentation/README.md#cancellation-support EDIT: After implementing the cancellation checking, this message has not...

bug

MXML Completion should list ns:tagName of the last opened tag after writing

enhancement
royale-dependency

Adobe recommends surrounding all paragraphs (after the first) with `` tags. However, technically, the final paragraph doesn't need them in order to be displayed correctly on a new line in...

bug

When package release (captive runtime) task is run: ![image](https://user-images.githubusercontent.com/1468887/36875593-e0c90ce6-1db0-11e8-959e-049b072497c1.png) it creates unnecessary files: ![image](https://user-images.githubusercontent.com/1468887/36875649-34df182a-1db1-11e8-9f4f-14beff3ff53d.png) The `Main.air` directory has it all that app needs to run. BTW: `Main.air` name is more...

enhancement