When you work with IntelliJ on a JavaProject, it shows the use of alt + enter to import a class, for example, but that doesn't work anymore.
It worked in the past, but something had to change,
- the label is still installed,
- another shortcut will work - I can not assign alt + to enter manually, although if I reset by default, it will be installed on it, ideas how to fix my problem?
btw my keyboard layout is german but i don't think this is a problem because it worked in the past, my os won 7.
edited: when I work in the IDE and, for example, write
Arrays.toString(a);
and have not imported "java.util.Arrays" yet, the IDE says:
"? java.util.Arrays? Alt + Eingabe" & ensp; & ensp; & ensp; (Eingabe = Enter in German)
so when I assign a different shortcut, it works, but it does not do with Alt + Enter - thanks in advance for any help.
intellij-idea
Gotti92
source share