netbeans - 在 IDE 中预览 html,拆分视图?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1097681/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
netbeans - preview html within IDE , split view?
提问by mark smith
I have installed the latest version of netbeans and its working.. I have opened an html file but i don't see where i can preview it..
我已经安装了最新版本的 netbeans 及其工作.. 我打开了一个 html 文件,但我看不到在哪里可以预览它..
Does it support HTML preview inside the IDE?
它是否支持 IDE 内的 HTML 预览?
Do i need a plugin?
我需要插件吗?
I would like to view in design mode at least so i can design in the ide ...
我想至少在设计模式下查看,以便我可以在 ide 中进行设计...
All i see is pure html ...
我所看到的只是纯 html ...
any ideas?
有任何想法吗?
thanks
谢谢
采纳答案by Simon Scarfe
I don't believe this feature is in Netbeans as of 6.7 I'm afraid. There is CSS preview, but I assume that falls short of the full preview you require. You can preview it directly in the browser by selecting "view" in the context menu, but that again is nowhere near the full preview which you require.
我不相信这个功能在 6.7 的 Netbeans 中。有 CSS 预览,但我认为它没有达到您需要的完整预览。您可以通过在上下文菜单中选择“查看”直接在浏览器中预览它,但这与您需要的完整预览相去甚远。
Searching plugins.netbeans.orgalso proves fruitless.
搜索plugins.netbeans.org也证明是徒劳的。
回答by FDisk
Download NetBeans for PHP, open an HTML file and you will see
下载 NetBeans for PHP,打开一个 HTML 文件,你会看到
回答by csonuryilmaz
"Web Preview" and "Embedded Browser UI - XUL Runner" solution is only working at Windowssystems. My solution is using an external HTML WYSIWYG Editor for Mac OS X. There are some nice free/open source HTML interface builders:
“Web 预览”和“嵌入式浏览器 UI - XUL Runner”解决方案仅适用于 Windows系统。我的解决方案是为 Mac OS X使用外部 HTML WYSIWYG 编辑器。有一些不错的免费/开源 HTML 界面构建器:
Alternatively you can use HTML palette + Netbeans HTML Source editor. Click Window + Palette. At the right hand side palette will be opened which contains basic HTML elements. You can drag & drop elements to your source code as visual designers but it only creates code. This function can also help you for some basic tasks.
或者,您可以使用 HTML 调色板 + Netbeans HTML 源编辑器。单击窗口 + 调色板。右侧的调色板将打开,其中包含基本的 HTML 元素。作为可视化设计者,您可以将元素拖放到源代码中,但它只能创建代码。此功能还可以帮助您完成一些基本任务。