An Cloud9ide extension for Emmet integration.
Emmet (known as Zen Coding) is a web-developer's toolkit that can greatly improve your HTML & CSS workflow.
Follow these instruction to start developing:
- Fork this git repo:
http://github.com/rmariuzzo/cloud9-emmet-ext.git
. - Clone your fork into Cloud9 IDE.
- Start a terminal in Cloud9 IDE and type:
npm install
(this will download and install some dependencies). - In Cloud9 IDE go to Tools and click over Extension Manager.
- Add the URL of your working:
https://c9.io/<your-username>/cloud9-emmet-ext/workspace/cloud9-emmet-ext.js
.
Now, you are good to code!