adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.27k stars 7.64k forks source link

Browser Sync plugin for brackets #13098

Open kanika1901kapoor opened 7 years ago

kanika1901kapoor commented 7 years ago

Browsersync plugin for brackets

Live Preview does not work with pages which are rendered by templates. It works for static files and also opens up a new browser window.

Though LiveReload plugin available in the Brackets extension registry overcomes the above shortcomings, it has to be installed in every browser.

If we can bring the features of browsersync as a new plugin, the task of installing the plugin in every browser can be avoided. To add to that, it synchronises actions like scrolling or clicking between browsers of not only the same device but cross-device.

kanika1901kapoor commented 7 years ago

@petetnt - can i be assigned this issue ?