Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
かなりまともないくつかのdjangoプロジェクトでEclipsepydevを使い始めましたが、関数定義に移動する代わりに「F3」を押すと、一番上のimportステートメントにジャンプします。
from anotherfolder.file import myfunction
正しい場所にジャンプするにはどうすればよいですか?
こんにちは、久しぶりですが、参考のためにここにソリューションを投稿したいと思いました。
[プロジェクト]>>[プロパティ]>>[PyDev]-[PYTHONPATH]に移動し、djangoルートフォルダーがまだ存在しない場合は、プロジェクトソースフォルダーに追加します。
'F3' go-to-definitionは、djangoアプリのさまざまなモジュールで機能するはずです。