Sublime Forum

Can have live preview window like Codepen editor

#1

Can have 2 or 3 windows vertical displayd in the editor and undeneath to have another live previw window.
Where you can view immediatelly any changes takings places in HTML,CSS,JS files?

Like this site where you can write in diffrent file windows and have live view automatically of changes taking places.

https://codepen.io/bloqhead/pen/VNpGbd

Thank You

Stavros Sofroniadis

0 Likes

#2

Hi and welcome. Built in preview is not supported because unlike codepen and certain other editors Sublime does not run on top of or inside a browser.

However, you can achieve something similar using LiveReload (Sublime plugin available on package control), LiveStyle or BrowserSync, all of which are methods to have your browser reload automatically as you modify your code.

1 Like