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.
関数全体ではなくポップアップに Python のヘルプ出力を表示するように Eclipse に強制したいと思います。
def myFunc(arg): '''Function description''' return 1
コード アシスト ポップアップに "関数の説明" のみを含め、"return 1" を含めないようにしたいと考えています。
「Docstrings を表示しますか?」にチェックを入れてみてください。「ウィンドウ -> 設定 -> Pydev -> エディター -> ホバー」で。