PyCharm 2018.1 Help

Using Help Topics

In this section:

Documentation structure

PyCharm documentation has the following structure:

Meet PyCharm

This part contains system requirements and installation information, quick start guide that helps you get a grip of PyCharm, the section First Steps with the tutorials that help you perform the most basic actions - create and run your first application.

Migration Guides

This part is intended for the users of Vim, Emacs, or Sublime Text, who are thinking about switching to PyCharm.

How to

This contains information related to the platform features (such as, for example, using the PyCharm editor, tool windows, or version control) .

Reference

This part contains miscellaneous information such as basic concepts, or essentials, dialogs reference, icons reference, and more.

Using built-in documentation

Built-in documentation enables you to browse through the topics using the table of contents, find occurrences in the Search tab, or use the detailed Index that contains all keywords from all topics.

To bring up help contents, do one of the following

  • On the main menu, choose Help | Help Topics.
  • Press F1.
  • Click ? button, if it is available.

To find a particular piece of information

  1. Click the Search tab of the help viewer.
  2. In the search field, type the search string and press Enter.
  3. In the list of topics that contain occurrences of the search string, select the desired one. Occurrences are highlighted in the right pane of the help viewer.

To find a keyword in the Index tab

  1. Click the Index tab of the help viewer.
  2. In the search field, type the desired keyword and press Enter. The caret rests at the first occurrence of the keyword. Every time you press Enter, the caret moves to the next occurrence of the keyword. To see the information about a keyword, select one of its sub-entries.

Online documentation

On the PyCharm site, find online documentation:

PyCharm web help

The online version makes it possible to find entries in the table of contents, browse documentation with the table of contents, rate topics and express your opinion. The layout of online documentation consists of:

Table of contents pane

This pane shows the table of contents.

  • Use this pane to browse through the topics.
  • Click hide toc button to show or hide this pane.
  • If for some reason your browser fails to show actual table of contents, refresh the page.

Topics pane

This pane shows the topic that is currently selected in the table of contents.

  • In the Keymap drop-down list, choose the platform you want to view keyboard shortcuts in (Windows/Linux, macOS etc.)

Finding a piece of information in the table of contents

  1. Switch to the Table of contents pane.
  2. In the Search PyCharm help field, type your query.
  3. Press Enter.

    The table contents shrinks to show the search results. Click the desired entry to show the corresponding page in the Topic pane.

Last modified: 23 July 2018