Sublime Forum

Integrated Web Browser in Sublime

#1

Just an integrated web browser. Like Visual Studio. It will be very helpful. You can code and learn from the web. No need to switch from browser back again to Sublime Text. :smiley:

Please.

0 Likes

#2

tarantsov.com/blog/2012/02/subli … -espresso/

It’s probably a little out of date, but the gist is:

  • Install LiveReload or one of its siblings, such as guard-livereload
  • Place Sublime side-by-side with a browser (Firefox or Chrome with the LiveReload extension)
  • Everytime you save the HTML/CSS, the browser auto-refreshes

(You can incorporate whatever else strikes your fancy via command-line or GUI tools.)

Hope this helps,
Alex

Edit: typo

0 Likes