DataGrip 2019.3 Help

Auto Import

XML

Show import popup

Automatically display an import popup 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: 13 April 2020