| Insert imports on paste | Use this drop-down list to define how IntelliJ IDEA will insert imports for pasted blocks of code, if they contain references to
classes that are not imported into the target class. The available options are:
- All - select this option to have IntelliJ IDEA automatically add import statements for all classes that are
found in the pasted block of code and are not imported in the current class yet.
- Ask - if this option is selected, when pasting code blocks, IntelliJ IDEA will open a dialog box,
where you can choose the desired imports.
- None - select this option to suppress import.
Tip
If you skip an import suggested in the
Ask
mode or choose the
None
mode, the non-imported classes will be red-highlighted and an import pop-up window will
appear to help you
create import statements using the
Alt+EnterAlt+EnterAlt+EnterAlt+EnterAlt+EnterAlt+EnterAlt+EnterAlt+EnterAlt+Enter, Alt+Shift+J or Ctrl+Shift+MAlt EnterAlt EnterMeta 1
keyboard shortcut.
|
| Show import pop-up | Automatically display import pop-up dialog box when typing a name of the class that lacks import statement. |
| Optimize imports on the fly | Select this check box to have have the Optimize Imports operation
automatically performed for your files. |
| Add unambiguous imports on the fly | Select this check box to have IntelliJ IDEA automatically add imports that can be added without user intervention. |
|
Exclude from Import and Completion
| In this area, create a list of packages and classes that should not be automatically included in the import
statements. Use:
-
(Alt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+InsertAlt+Insert or Ctrl+NAlt+InsertControl N or Control EnterControl N or Control EnterMeta N or Control Enter)
to open the Exclude Package dialog box,
where you can specify a package or class to be excluded from import and completion. -
(Alt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteAlt+DeleteMeta DeleteMeta DeleteMeta Delete)
to remove the selected item from the list.
|