In this video you can see how to install Sublime text 2 on Windows 7. In addition I’ll show you how to add extensions (packages) directly from the interface with the help of “Package control”, how to add option to the windows context menu “Open folder as Sublime project”, and how to install and integrate node.js which can build javaScript code and show log massages in the Sublime’s console.
Download and install package control for sublime
Sublime text 2 context menu windows
Snippet for node.js (build system) –
1 2 3 4 5 6 |
{ "cmd": ["node", "$file"] } |
(save it as javascript.sublime-build)
Pingback: Sublime Text 2 Installation On Windows 7 Plus Package Control And Node.js « Academy Blogs