Utility to use Visual Stodio Code on Appcelerator Studio projects.
Press F1 and narrow down the list commands by typing extension
. Pick Extensions: Install Extension
.
Select the Extension for Appcelerator
extension from the list
Mac & Linux
cd $HOME/.vscode/extensions
Windows
cd %USERPROFILE%\.vscode\extensions
Press F1 and enter one fo the following:
Command | |
---|---|
Appcelerator: login |
Login in the appcelerator platform. |
Appcelerator: run |
Run a project–either build and run a Appcelerator application. |
Appcelerator: publish |
Create the binary to upload to Apple iTunes App Store or Andoird Google Store. |
Appcelerator: clean |
Clean the project. |
Appcelerator: init |
Initialize extension. Use this command to refresh connected devices or ios provisioning profiles. |
Appcelerator: lastCmd |
Shortcut to execute last appc command again. |
Extension made by Marco "MarcoDuff" Palermo based on vscode-titanium.