wysiwyg html editor

Does anyone know of a plugin for phpstorm that

allows for wysiwyg html editing?  I do a lot with smarty and it is a huge pain when making new templates and having to use a different editor for the layout.

0
2 comments

I dont think your going to be able to find a wysiwyg editor for phpstorm.

There is however a plugin to allow you to connect directly to firebug to allow you to bring the changes you just made back into the css.  Kind of like reverse wysiwyg.  more wyciniye  (What You Changed Is Now In Your Editor)

So you use firebug to alter the CSS to what you want it to look like on the actual site, then import those changes back and save them to file to then be uploaded and live on the website.

http://plugins.intellij.net/plugin/?webide&id=5348

and the screenshots:
http://code.google.com/p/css-x-fire/wiki/Screenshots

0

I am currently using BlueGriffon to edit the pages I create in WebStorm

0

Please sign in to leave a comment.