如果我想在IntelliJ中开发网页,是否有网络可以自动在浏览器中预览结果,所以我不一定要手动强制浏览器刷新?
<html> <body> hello world. I'd like to see the browser refresh... as I type </body> </html>
答案 0 :(得分:0)
使用Web Facet
请注意通常它有点烦人,因为每次键入或暂停时它都会令人耳目一新(这就是你想要的,但这意味着如果页面很复杂会出现一些延迟)
此处有更多详情: http://www.jetbrains.com/idea/webhelp/enabling-web-application-support.html