IntelliJ Organize Imports

后端 未结 14 1052
孤街浪徒
孤街浪徒 2020-12-02 04:48

Does IntelliJ have an Organize Imports feature similar to that in Eclipse? What I have is a Java file with multiple classes missing their imports. Example:

p         


        
14条回答
  •  广开言路
    2020-12-02 05:36

    In IntelliJ 14, the path to the settings for Auto Import has changed. The path is

    IntelliJ IDEA->Preferences->Editor->General->Auto Import

    then follow the instructions above, clicking Add unambiguous imports on the fly

    I can't imagine why this wouldn't be set by default.

提交回复
热议问题