Giter Site home page Giter Site logo

cloud9-emmet-ext's Introduction

Cloud9 Emmet Extension

A Cloud9ide extension for Emmet integration.

What is Emmet?

Emmet (known as Zen Coding) is a web-developer's toolkit that can greatly improve your HTML & CSS workflow.

Basically, most text editors out there allow you to store and re-use commonly used code chunks, called “snippets”. While snippets are a good way to boost your productivity, all implementations have common pitfalls: you have to define the snippet first and you can’t extend them in runtime.

Emmet takes the snippets idea to a whole new level: you can type CSS-like expressions that can be dynamically parsed, and produce output depending on what you type in the abbreviation. Emmet is developed and optimised for web-developers whose workflow depends on HTML/XML and CSS, but can be used with programming languages too.

Available Actions

  • Expand Abbreviation - CTRL + SHIFT + E

Upcoming Actions

  • Match Tag Pair
  • Go to Matching Pair
  • Wrap with Abbreviation
  • Go to Edit Point
  • Select Item
  • Toggle Comment
  • Split/Join Tag
  • Remove Tag
  • Merge Lines
  • Update Image Size
  • Evaluate Math Expression
  • Increment/Decrement Number
  • Reflect CSS Value
  • Encode/Decode Image to data:URL

Development

Follow these instruction to start developing:

  1. Fork this git repo: http://github.com/rmariuzzo/cloud9-emmet-ext.git.
  2. Clone your fork into Cloud9 IDE.
  3. Start a terminal in Cloud9 IDE and type: npm install (this will download and install some dependencies).
  4. In Cloud9 IDE go to Tools and click over Extension Manager.
  5. 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!

cloud9-emmet-ext's People

Contributors

rmariuzzo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.