Can I set phpstorm like dreamweaver with generate page every time (wysiwyg)?

Hello,

Adobe dreamweaver has this function: I can see and type code and next to I can view result on page. In phpstorm I must every time open browser or I also can see result in debugger with html tags.
I can't find this function in phpstorm. Can I set it?

0

Hi there,

PhpStorm has no such functionality.

Instead you can use Live Edit plugin that will automatically refresh the page in your browser (Google Chrome). Plugin can be installed from "Settings | Plugins".

http://confluence.jetbrains.com/display/PhpStorm/Live+Edit+in+PhpStorm

0

请先登录再写评论。