Any way (or shortcut) to auto import the classes in IntelliJ IDEA like in Eclipse?

前端 未结 7 2122
无人及你
无人及你 2020-12-04 09:43

In Eclipse, while coding in Java and press Ctrl + Shift + O auto import all the Classes automatically.
In NetBeans, this is done with

7条回答
  •  不思量自难忘°
    2020-12-04 10:34

    Can't import all at once but can use following combination:

    ALT + Enter --> Show intention actions and quick-fixes.

    F2 --> Next highlighted error.

提交回复
热议问题