我正在使用 Komodo 7 编写我的 django/python 代码。
当我将 Eclipse 用于我的 python 东西时,我真的很喜欢一件事,那就是我可以做到:
assert isinstance([variable],[type])
并通过帮助 eclipse 确定特定变量的编码完成。
有没有办法使用 Komodo 来做到这一点?IsInstance 技巧在这里不起作用。
Go to Edit > Preferences.
Expand the "Languages" group by clicking the [+] symbol.
Click "Python".
Click the little "Add..." button under "Additional Python Import Directories".
Add the directory ABOVE your project and you should have intellisense enabled.
这将允许您查看项目文件的代码完成 (Django)