CSS-X fire-like plugin for other IDEs

I use the PhpStorm IDE and it has a wonderful plugin called firefox CSS-X that integrates with Firebug: whenever I make CSS changes through Firebug and the PhpStorm project is open, the plugin makes PhpStorm aware of cahnge and allows me to apply him into the code.
My question is whether there is a similar plugin for other IDEs (for example, Visual Studio) or editors (for example, Notepad ++), since I'm not sure that we will buy PhpStorm, as well as projects not in PHP.

+4
source share
2 answers

Take a look at cssUpdater . This is a side effect of CSS-X-Fire, which works directly on selected files, not on linking with the IDE.

+4
source

Using CssUpdater with Visual Studio 2012 worked great for me. You only need to install firefox addon CssUpdater and synchronize the files you are going to work on.

+2
source

Source: https://habr.com/ru/post/1335385/


All Articles