-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Mind Pixel edited this page Apr 4, 2019
·
2 revisions
All commands start within the EE
namespace. Visual Studio Code will however correctly pull up the commands even if you type it in lowercase. Also, while the full name of the commands appears long, the editor will match shorter typings like ee addon-on
, ee partial
etc.
Command | Description |
---|---|
EE: Create Add-on Boilerplate | List of options to create an Extension, Module or Plugin. |
EE: Create Template | A template type either .html , .css , .js , .feed , or .xml |
EE: Create Template Variable | Input requesting a template variable name. Outputs to your _variables directory. |
EE: Create Template Partial | Input requesting a template partial name. Outputs to your _partials directory. |