PyCharm makes it possible to configure intention action settings either in the Intentions page of the Settings dialog, or "on-the-fly".
In this section:
By default, all available intention actions that ship with PyCharm, are enabled. By changing the Intention Settings, you can disable the actions that are not required for your current working environment.
- On the main menu, choose .
- Under the IDE Settings node, select Intentions.
- In the Intentions page, clear the check boxes of the intention actions or action categories that you do not currently need.
Selecting or clearing a category affects all intention actions in this category.
- Apply changes and close the dialog.
- In the editor, press Alt+Enter to reveal the inspection alert and suggestion list.
- Select the action to be disabled, then click right arrow button or just press the right arrow key.
- On the submenu, click Disable <intention action name>.