DataGrip 2024.1 Help

Auto Import

XML

Show auto-import tooltip

Automatically show an auto-import tooltip 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: 08 April 2024