django/python コードの記述に Komodo 7 を使用しています。
Python の作業に Eclipse を使用したとき、私が本当に気に入ったことが 1 つあります。
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)