Open Browser within Sublime Text

It's handy to be able to open a browser and see your web page while you are still in Sublime Text. Handier still is to to see changes you make in your HTML file appear in your browser as soon as you press Save in the HTML file.

Note: Most of the links have been removed from this page.

There are a number of packages that can accomplish this, but BrowserSync is my fav.

Browsersync

  1. If necessary, install Package Control first: see install
  2. Click Tools > Command Palette and start typing install.... When it displays Package Control: Install package, press Enter.
  3. Type browsersync, select it, and press Enter.
  4. When installed, the package will display Browser Sync in your toolbar.
  5. Click Browser Sync and select a file to view, preferably an HTML file.
  6. The new browser window will open underneath your Sublime Text window. You'll adjust and rearranged windows so that you can see your Sublime Text window and newly opened browser side by side.
  7. Make a change in your HTML file and press Save. Your changes will appear in the browser window.

Related Information

Sublime Live Server & Preview. Show how to use browsersync package.

LIVE PREVIEW on SUBLIME TEXT - How to setup Livereload on Sublime Text + Mozilla. Another method.

Information and programs provided by admin@mcmassociates.io.