PyDev 和 Django:自动完成未检测到 Django?
我将 PyDev 与 Django 一起使用。自动完成功能在 shell 中运行良好 - 我开始输入,它会建议完成。但是,这在主代码编辑器窗口中不起作用。我该如何解决这个问题?
我正在使用:
Eclipse build #20100218-1602
PyDev 1.5.6
Eclipse IDE for Java Devs 1.2.2
I'm using PyDev with Django. The autocomplete works nicely in the shell - I start typing, and it suggests completions. However, this doesn't work in the main code editor window. How can I fix this?
I'm using:
Eclipse build #20100218-1602
PyDev 1.5.6
Eclipse IDE for Java Devs 1.2.2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要设置编辑器代码完成设置。它们位于:
Window->Preferences->PyDev->Editor->Code Completion
您可能还需要将 Django 安装或 Django 项目添加到您的路径中。您可以在以下位置进行设置:
Window->Preferences->PyDev->Interpreter - Python
希望这会有所帮助。
You might need to set the editor code completion settings. They are under:
Window->Preferences->PyDev->Editor->Code Completion
You might also need to add the Django install or your Django project to your path. You can set this under:
Window->Preferences->PyDev->Interpreter - Python
Hope this helps.
导航至
Window->Preferences->PyDev->Interpreters->Python Interpreter
From Libraries (System PYTHONPATH),
Navigate to
Window->Preferences->PyDev->Interpreters–>Python Interpreter
From Libraries (System PYTHONPATH),