September 2019
Beginner to intermediate
494 pages
13h
English
We looked at intentions previously. These are predetermined options that can quickly reformat your code with a click of a button. To customize which intention options are available, open the settings window, navigate to Editor | Intentions, and scroll down to the options for Python:

As you select/deselect each option, you are choosing whether PyCharm should include that specific option in the drop-down menu whenever an intention popup appears.
The first thing to note is that there are numerous potential options for intentions, even if we are just focusing on Python. Obviously, not all the options will be included ...
Read now
Unlock full access