Is there a way to launch a page in browsers from Sublime Text 2 ? Like Run in Notepad++?

link|improve this question

73% accept rate
feedback

1 Answer

Tools->Build System->New Build System.

With this you can run an app and load a page, etc. You can also specify those rules directly in your project file.

Here's a reference to help you get started: http://docs.sublimetext.info/en/latest/file_processing/build_systems.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.