Eclipse 中 HTML 标签的自动完成
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8272795/
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
AutoComplete for HTML tags in Eclipse
提问by Bohn
Coming from the VisualStudio world to Eclipse! I have a question:
从 VisualStudio 世界到 Eclipse!我有个问题:
I have created a File->New->Project->General Projectand added a .htm
file to it and went to its text editor mode. But it does not have intellisence for HTML tags when I type them. Then I installed Aptana plug-in and tought it will bring auto-complete for my tags, but it did not change anything. So we have to type everything? No Intellisense for HTML in Eclipse?
我创建了一个File->New->Project->General Project并向其中添加了一个.htm
文件并进入了它的文本编辑器模式。但是当我输入它们时,它没有对 HTML 标签的智能。然后我安装了 Aptana 插件并认为它会为我的标签带来自动完成功能,但它没有改变任何东西。所以我们必须输入所有内容?Eclipse 中没有 HTML 智能感知?
回答by Kai
Install the Web Tools Platform (WTP), that should give you auto completion.
安装Web Tools Platform (WTP),它应该会给你自动完成。