Skip to content

Commands defined by the ActionScript and MXML extension in Visual Studio Code

Josh Tynjala edited this page May 3, 2018 · 6 revisions

ActionScript & MXML extension for Visual Studio Code contributes the following commands to Visual Studio Code's command palette. You can open the command palette by going to the View menu and selecting Command Palette....

You may also use the Ctrl+Shift+P keyboard shortcut (or Command+Shift+P on macOS) to open the command palette

ActionScript: Select Workspace SDK

Opens the ActionScript SDK picker.

ActionScript: Organize Imports

If an .as or .mxml file is currently open, organize that file's imports.

ActionScript: Quick Compile & Debug (Experimental)

See Quicker debugger builds for ActionScript projects in Visual Studio Code for details.

ActionScript: Restart ActionScript/MXML Server

Restarts the ActionScript/MXML language server and reloads your projects from scratch. If something goes wrong with any of the code intelligence features in the extension, running this command may fix the issue.

Clone this wiki locally