DataGrip 2019.1 Help

Auto Import

File | Settings | Editor | General | Auto Import for Windows and Linux
DataGrip | Preferences | Editor | General | Auto Import for macOS


XML / Show import popup

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

Dart

Update imports on paste

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

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

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

  • None — DataGrip 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: 25 July 2019