是否有适合 Django 的 Eclipse html 编辑器(Eclipse 插件)?

发布于 2024-10-24 07:26:18 字数 415 浏览 2 评论 0原文

我在 Eclipse 中使用 Django。我使用 Eclipse 网页编辑器(“Web、XML 和 Java EE 开发”中的 Eclipse 插件)编辑我的模板(html 页面)。

网页编辑器显然不会对任何非纯 html 的内容进行语法突出显示和自动补全(例如 {% block title %}{{ user.username }})。

有没有 eclipse html 编辑器可以做到这一点?

编辑:我试图安装http://eclipse.kacprzak.org/但它拒绝安装(“收集要安装的项目时发生错误”)。我不是唯一一个无法安装上述插件的人。

I'm using Django within Eclipse. I edit my templates (the html pages) with Eclipse web page editor (an Eclipse plugin in "Web, XML and Java EE development").

The web page editor obviously doesn't do syntax highlighting and autocompletions to anything which isn't plain html (like {% block title %} or {{ user.username }}).

Is there an eclipse html editor which does that?

EDIT: I was trying to install http://eclipse.kacprzak.org/ but it refuses to be installed ("An error occurred while collecting items to be installed"). I'm not the only one who cannot install the above plugin.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

紫轩蝶泪 2024-10-31 07:26:18

PyDev 包含一个模板编辑器,用于处理所有 {} 内容,但您必须使用夜间 PyDev 构建和 Aptana studio,而不是 Eclipse。

我不太喜欢 Aptana,它有点帮助,并且发现模板语法突出显示并不是那么有用。无论如何,它们不应该变得非常复杂。但有些人喜欢它,所以有一个建议。

PyDev includes a templates editor that handles all the {} stuff, but you have to use the nightly PyDev build and Aptana studio as opposed to Eclipse.

I don't really like Aptana, it's a little too helpful, and found that the template syntax highlighting wasn't all that useful. They're not supposed to get terribly complex anyway. But some people like it, so there's one suggestion.

伴我老 2024-10-31 07:26:18

您在安装时遇到了什么错误?您最终能够安装吗?我刚刚安装好。我注意到,如果我选择“Django 模板编辑器”,安装就会失败。但如果我只选择“Django Editor”,安装就会完成。

是的,我能够开始从 eclipse 编辑我的 .html 文件!虽然在 HTML 技能方面我是个新手 0.001。 Dreamweaver 的一些东西对我们这种人确实很有帮助。

What error did you get while installing? Were you able to finally install it? I've just got it installed. I noted that if I selected the "Django Templates Editor", the installation failed. But if I select only the "Django Editor", the installation goes through.

And yes, I was able to start editing my .html files from eclipse! Though am a novice 0.001 when it comes to HTML skills. Some dreamweaver thing would really be helpful for our type of people.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文