Komodo Edit - Django 的代码完成?
我一直在 Django 的一个小项目中使用 Komodo Edit。
代码完成功能似乎对于标准 python 模块来说工作得很好,但是,它对 Django 模块一无所知。有没有办法配置 Komodo Edit 以使用 Django 模块进行自动完成?
I've been using Komodo Edit for a small project in Django.
The code completion features seem to work pretty well for standard python modules, however, it doesn't know anything about Django modules. Is there any way to configure Komodo Edit to use Django modules for autocomplete as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这对于我的 Django 和我的个人项目来说一直都很有效。
This has always worked for me for both Django and my individual projects.
确保 Django 在你的 python 路径上并且 Komodo 应该选择它。或者,您可以将 Django 的位置添加到 Komodo 查找其自动完成功能的位置。
By sure Django is on your python path and Komodo should pick it up. Alternatively you can add the location of Django to where Komodo looks for its autocomplete.
嗯。它是默认安装的,所以我的答案可能不是正确的解决方案。 :-)
但是这里...
您可以在 Komodo 编辑中安装 Django 扩展。我自己没有测试过,但你可以测试一下。
它的名字是“Django Language”。
检查它是否有效。
Hmmm. It's installed by default so my answer probably isn't the right solution. :-)
But here goes...
You can install a Django extension in Komodo edit. I haven't tested it myself but you can test it.
It's name is "Django Language".
Check if it works.