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.
source share