Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我今天注意到我的列表中没有HTML编辑。如果需要,我如何添加它和其他?
HTML
安装Web 工具平台——或 Eclipse 的 EE Devlopers 版本,其中包括 Web 工具平台。
其他类型的文件通常作为文本文件自动加载。要获得特定的语言功能,您通常需要将该语言的开发库安装到 Eclipse 中。即 C++ 的 CDT,Python 的 PyDev 等。
您还可以在此处找到如何将任意文件类型与特定编辑器相关联:Eclipse 文件类型关联。