September 2019
Beginner to intermediate
494 pages
13h
English
If this feature is enabled, every time an item in a code completion suggestion list is highlighted (that is, when you move the cursor to that item), PyCharm will display the documentation for that specific item (after the specified time period). The advantage of this feature is that you can go through the documentation of all the suggested items dynamically as you simply move the cursor down the items.
This is especially beneficial when you are working with classes and methods that have similar APIs. We will discuss this feature, along with other documentation-related functionalities, in the last section of this chapter.
Read now
Unlock full access