Showing posts with label editor. Show all posts
Showing posts with label editor. Show all posts

Friday, January 13, 2012

How to install NodeJS plugin into Sublime Text editor in Windows?

  • Invoke the command prompt as administrator.
  • Make sure git is already installed.
  • Execute the below command.
git clone git://github.com/tanepiper/SublimeText-Nodejs.git "%APPDATA%\Sublime Text 2\Packages\Nodejs"
  • After successfully installed, restart Sublime text editor.
  • To invoke list of functions use Ctrl + Space.
For more information see here.