IntelliJ Idea 12: How do I auto import namespaces?

前端 未结 4 1871
遥遥无期
遥遥无期 2020-12-16 09:22

In Eclipse, I can hit the Ctrl+Shift+O shortcut to auto import namespaces. How do I do it in IntelliJ IDEA Community Edition?

相关标签:
4条回答
  • 2020-12-16 09:58

    You can try this: "Ctrl+Alt+O" .

    0 讨论(0)
  • 2020-12-16 10:03

    You can type AltEnter to show a dropdown of possible classes to auto-import, it's similar to Eclipse.

    I found this in Android Studio on Mac OS X - if I mouse over the class name it can't find, you get a suggestion pop-up that shows this shortcut

    0 讨论(0)
  • 2020-12-16 10:09

    Code > Optimize Imports will provide you the behavior you are after. If you want to adjust the settings you can so via Settings > Editor > Auto Import.

    enter image description here

    0 讨论(0)
  • 2020-12-16 10:19

    IntelliJ ShortCut depends on Keymap:

    enter image description here

    You can customize shortcut for your favorite commands.

    0 讨论(0)
提交回复
热议问题