22

Anyone know of a way to have a split screen view in Notepad++ where I can be editing my HTML / CSS in one pane/tab and be seeing the Live Preview of what it would look like in a browser in another tab/pane.

Ideally, this would be:

  1. in Notepad++ itself (using native panes/tabs as described above)
  2. the user could configure whatever browser rendering engine (Chrome, FF, IE, etc...) they wanted to view the preview in

however, I could live with any variation of the two above, e.g. simply integrated with RubyMine using external windows/browsers, or maybe, the preview only available with limited rendering engines (only Chrome let's say).

4

4 回答 4

25

该插件Preview HTML与您正在寻找的内容最接近。

转到Plugins菜单,然后找到Preview HTML安装它的条目。它的描述是:在 Notepad++ 中(或在浮动窗口中)预览 HTML 文件,而无需先保存它们。最新更新现在会在切换选项卡后或文档更改时自动刷新预览。

更多信息在官

于 2013-10-15T09:19:25.327 回答
1

我知道 Webstorm JetBrains 6.0.1 等程序可以做到这一点,您还必须下载 chrome 扩展程序。如果没有,那么您可以随时使用 Codeacademy.com 作为替代方案,并在编辑器中输入代码。它仍然有效。:/

于 2013-04-22T02:13:01.683 回答
0

我想你正在寻找它,“预览 HTML”。

这是简介:<a href="http://chiselapp.com/user/vor0nwe/repository/npp_preview/home" rel="nofollow">http://chiselapp.com/user/vor0nwe/repository/npp_preview/家

于 2013-10-15T03:25:25.343 回答
0

好吧,现在是8!岁。但我想我会插话。插件的作者不再更新它,而且,至少在我的机器上,它不再工作了。1

插件作者的建议是使用更现代的文本编辑器(如 Visual Studio Code)并使用其中一个扩展。(浏览器预览

于 2021-02-03T19:49:11.437 回答