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.
TypeScript supports the ability to move a class to a new file starting in VSCode v1.24: https://code.visualstudio.com/updates/v1_24#_move-to-new-file-refactoring In ActionScript, a similar feature would be useful for file-internal classes that have...
If a file is opened (not by click on file in _ActionScript source path view_) from source-path folder, there is no way to quickly look into parent folder files. Expected...
Completion: - [ ] In addEventListener() call - [ ] In MXML event attribute Code actions: - [X] In addEventListener() call - [X] In MXML event attribute
When completion is triggered here: ``` sprite.addEventListener( ------------------------^ ``` The completion engine should recognize that it's an `addEventListener()` call and add items for each of the events defined with `[Event]`...
Is it possible to build automatically when a document is saved? Reference https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/Build-an-ActionScript-project-in-Visual-Studio-Code
can you support incremental build in "vscode-nextgenas"? I have a AS3 library library project, it takes to much compile time. incremental build will really improve productivity.
``` actionscript /** * * @param p1 * @param p2 */ private function someFunction(p1:String, p2:Number):Boolean { } ``` Typing `/**` and adding a new line should automatically add `@param` tags,...
Like the class name in box2d. 
Currently there is no context menu on right click. "Reveal in explorer" like in explorer panel would be great: 
- [ ] Completion - [x] Hover - [x] Rename - [x] Definition - [x] Go to reference - [x] Syntax highlighting