Tuesday, July 30, 2013

Javascript code complete with Emmet plugin - Sublime Text 2

In the past, my favorite editor was Aptana Studio which comes built in with Git.  I just started using Sublime Text 2 as my editor of choice with Emmet.  This Submlime Text 2 makes use of this powerful  Package Control  . I simply installed it by saving  the file found here to https://sublime.wbond.net/Package%20Control.sublime-package to the directory {SublimeInstallDirectory}\Sublime Text 2\Pristine Packages\

After you have package Control , its pretty easy to add new plugins such as Emmet (formerly known as Zen Coding):
  • To get Emmet up and running, first you press ctrl+shift+p.  This will bring up the command palette. 
  • Type the following: "package install" and hit enter. 
  •  A list with all available plugins will popup. Type "emmet" and hit enter. 

No comments:

Post a Comment