任何好的可视化 HTML5 编辑器或 IDE?

Any good, visual HTML5 Editor or IDE?(任何好的可视化 HTML5 编辑器或 IDE?)
本文介绍了任何好的可视化 HTML5 编辑器或 IDE?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好吧,Dreamweaver CS5 似乎会在几年(实际上是几周)内尝试使 HTML5 变得更流畅.似乎下一个梯级是记事本的权利!

Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad!

任何人都知道具有视觉/预览/样式倾向的优秀 HTML5 编辑器吗?

Anyone know a good HTML5 editor with a visual/preview/style leaning?

带有一些插件的Eclipse?

Eclipse with some pluggin?

(似乎市场很快就会乞求它.)

(Seems like the market will be begging for it soon.)

谢谢

...顺便说一句.我知道'不支持浏览器'......'尚未完成'..等等.这对我们来说不是问题.我们正在做 Safari Only 网站 &iPhone iAd 的唯一产品......所以我们知道在我们的实施中什么是有效的.(顺便说一下,我们主要在 Windows 上)

推荐答案

Cloud 9 IDE.存储是云+本地的,它提供自动完成功能,它为 node.js 开发提供明确的支持,提供实时协作,并且您可以使用它所有最流行的工具(包括 gcc)进行交易.无需打开浏览器以外的任何东西.

Cloud 9 IDE. Storage is cloud+local, it offers autocompletion, it provides explicit support for node.js development, offers real-time collaboration, and you get bash into the deal with all its most popular tools (gcc included). All without having to open anything other than your browser.

我觉得这太棒了.

EDIT Q3 2013 我还建议使用 JetBrains WebStorm.它具有针对 HTML5、CSS3、JS 的自动完成和可靠的重构功能.而且反应灵敏.

EDIT Q3 2013 I would also suggest JetBrains WebStorm. It has autocompletion and solid refactoring features for HTML5, CSS3, JS. And it is very responsive.

这篇关于任何好的可视化 HTML5 编辑器或 IDE?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

how to remove this error quot;Response must contain an array at quot; . quot;.quot; while making dropdown(如何删除此错误quot;响应必须在quot;处包含数组。创建下拉菜单时(Q;))
Why is it necessary to use `document.createElementNS` when adding `svg` tags to an HTML document via JS?(为什么在通过JS为一个HTML文档添加`svg`标签时,需要使用`Document.createElementNS`?)
Calling one async function inside another in redux-thunk(在redux-thunk中调用一个异步函数内的另一个函数)
wkhtmltopdf print-media-type uses @media print ONLY and ignores the rest(Wkhtmltopdf print-media-type仅使用@media print,而忽略其余内容)
price depend on selection of radio input(价格取决于无线电输入的选择)
calculate price depend on selection without button(根据没有按钮的选择计算价格)