Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS-TitaniumNew to Visual Studio Code? Get it now.
VS-Titanium

VS-Titanium

Ranando King

|
788 installs
| (2) | Free
An extension to port AppceleratorStudio capability into Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vs-titanium extension

Integrates the Appcelerator CLI into VS Code. This provides the user with an "Appcelerator Titanium Commands" view added to the bottom of the Explorer view.

Features

This extension provides the user with a collapsible, quick-access menu of the most common functions for mobile app development from the Appcelerator CLI.

  • CLI login/logout
  • Project generation
    • Mobile App
    • Module
  • Alloy component generation
  • Module file generation
  • Alloy build configuration file generation

This extension also provides default tasks for cleaning the project as well as building it for Android and iPhone devices and emulators/simulators.

Requirements

Basically, you just need to be already set up for development with Appcelerator's tools and the appropriate native platform tools.

  • NodeJS
  • Appcelerator CLI
  • Android SDK (Android Apps)
  • Android NDK (Android native modules)
  • Xcode w/ CLI tools (iOS Apps & native modules)

This extension requires that you have the appcelerator cli tools already installed. To build for Android or iOS, you must have also installed the Android SDK or Xcode, respectively. If you intend to create native Titanium modules, you'll also need the Android NDK. It doesn't hurt to install Android Studio.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: enable/disable this extension
  • myExtension.thing: set to blah to do something

Release Notes

This is the initial release. Future releases will include:

  • more appc command integration
  • initial installation assistance
  • language support for Alloy XML
  • language support for Alloy TSS
  • lanugage support the Titanium SDK
  • debugger support

I hope this extension proves helpful.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft