Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ vscode-as-fx-ide Public archive

ActionScript and Flex projects support for Visual Studio Code

Notifications You must be signed in to change notification settings

neminovno/vscode-as-fx-ide

Repository files navigation

vscode-as-fx-ide README

Logo

This extension helps creating ActionScript/Flex projects.

Install it from VSCode or click Install on Marketplace.

Features

New Project command

  • creates project files in selected folder
  • reads AIR version from SDK's airsdk.xml, if not available uses 30.0

Run it with right click in Explorer menu:

Run New Project command from explorer menu

or from Command Palette (Ctrl+Shift+P) by typing extension's name:

Run New Project command from Command Palette

and pick project type:

Pick project type

New Item Renderer command

  • creates selected item renderer file

Run it by right click on folder:

Run New ItemRenderer command from Explorer menu

and pick item renderer to be created:

Pick New ItemRenderer type