PyCharm Edu 2019.1 Help

Auto Import

File | Settings | Editor | General | Auto Import for Windows and Linux
PyCharm Edu | Preferences | Editor | General | Auto Import for macOS
Ctrl+Alt+S the Settings/Preferences icon


XML

Show import popup

Automatically display an import popup dialog when typing the name of an unbound namespace.

Python

Show import popup

Automatically display an import popup dialog when typing the name of a class that lacks an import statement.

Preferred import style

Select the style of import statement to be generated. The possible options are:

  • from <module> import <name>
  • import <module>.<name>

Dart

Update imports on paste

Select how PyCharm Edu should process references to missing symbols in pasted blocks of Dart code:

  • All — PyCharm Edu will insert import statements automatically for all missing symbols in pasted code.

  • Ask — you will be prompted to select the symbol to import.

  • None — PyCharm Edu will not add any import statements automatically, you can invoke import generation by pressing Alt+Enter at the unresolved reference and choosing Import <symbol name> from the list.

Last modified: 29 June 2019