简体   繁体   English

html自动标记完成

[英]html auto tag completion

Is there any IDE that lets or complete the tag immediately ? 是否有任何IDE可以立即允许或完成标签?

eg. 例如。 once i finish writing <html>, it will insert </html> automatically. 一旦我写完<html>,它将自动插入</ html>。

this will reduce time and also help to reduce error. 这将减少时间,也有助于减少错误。

I am working in windows and would like to have some free editors/IDE. 我在Windows中工作,希望有一些免费的编辑器/ IDE。

I am just starting to learn some html and web programming, so any tips is welcome. 我刚刚开始学习一些HTML和Web编程,因此欢迎任何提示。 thanks 谢谢

checkout Aptana - aptana.com 结帐Aptana-aptana.com

And you can install Zen coding for fast code-writting - http://code.google.com/p/zen-coding/ Short video - http://vimeo.com/7405114 而且,您可以安装Zen编码以进行快速的代码编写-http: //code.google.com/p/zen-coding/短视频-http: //vimeo.com/7405114

Yes, most IDEs do that. 是的,大多数IDE都这样做。

To give just one example, Visual Studio Web Developer 2008 Express Edition . 仅举一个例子, Visual Studio Web Developer 2008 Express Edition

Could you be more specific about what kind of IDE you need if you want a suggestion of an IDE more suitable for you? 如果您想提出更适合您的IDE的建议,您能否更具体地说明需要哪种IDE?

There are many - first of all any XML editor will do it (or at least support XHTML (with <BR/> and <HR/> instead of <BR> and <HR>)). 有很多-首先,任何XML编辑器都可以做到(或者至少支持XHTML(使用<BR/>和<HR />而不是<BR>和<HR>))。

Check out HTML editors in softpedia.com 在softpedia.com上查看HTML编辑器

Netbeans: http : //netbeans.org/

If you are on mac use textmate or on windows use e-text editor . 如果您在Mac上使用textmate或在Windows上使用e-text编辑器 These editors have very good support for HTML, ROR, PHP and stuff and reduces lot of typing. 这些编辑器对HTML,ROR,PHP和其他东西提供了很好的支持,并减少了很多打字工作。 like head followed by tab will create a head tag, and very useful and time saving key binding and shortcuts. 例如head,然后按tab会创建一个head标签,并且非常有用且节省时间,并且具有关键的绑定和快捷方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM