Sublime Forum

I have 2 monitors? How do I do force sublime to auto- update

#1

For example,

You are working on your Cascading Style Sheet code on your Monitor1. You press save,
and you physically turn your head to look at your Monitor2 and you instantly see the results.

[Monitor1] [Monitor1]

If you know, please let me know. I feel like this would seriously speed up my working efficiency.
Thanks!

0 Likes

#2

livereload.

Though I personally think a better approach is to edit the CSS on the browser directly then copy it back to the editor.

0 Likes

#3

I’m on OSX and CodeKit is my go to Live Refresh tool.

0 Likes

#4

If you are doing pure CSS, you could give a try to LiveStyle: livestyle.emmet.io/ (it also works on SASS, but was a bit unstable last time i checked)

0 Likes