Python IDLE. Auto-complete/Show completions not working

后端 未结 5 1475
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 03:42

IDLE is being very dodgy as to when it will actually show an Auto-complete menu. As of late it hasn\'t been working at all, or, more specifically, only works during an inter

5条回答
  •  鱼传尺愫
    2020-12-31 04:06

    I had the same problem with IDLE, because I want to learn Qt and therefore autocompletion is very useful.

    As it says in the settings of IDLE, you can trigger the autocomplete with "Control + Space", e.g. after a "QtGui.". Then a menu opens where you can arrow-scroll through the entries.

提交回复
热议问题