PyCharm 2016.3 Help

Hippie Completion. Expanding Words

This helpful feature analyses your text in the visible scope and suggests to complete a word with a keyword, class name, method or variable. So doing, the prototype is highlighted in the source code.

To expand a string at caret to an existing word

  1. Type the initial string.
  2. Do one of the following:
    • On the main menu, choose Code | Completion | Cyclic Expand Word.
    • Press Alt+Slash.
    The editor shows the first suggested value.
  3. Press Enter to accept the suggested word, or continue pressing Alt+Slash until the desired word is found.

Example:

/help/img/idea/2016.3/py_expandWord.png
Last modified: 23 December 2016