Intellij IDEA: Standard Shortcuts like cmd-N and many more not working
Answered
Hi,
my problem is that standard-shortcuts like Cmd+N are not working any more. When I check in the setting it seems al right. Below you find Intellij's version;
My keymap is Mac OS X 10.5+, no tweaks.
It's really weird if all you standard-shortcuts suddenly disappear - unfortunately I have no clue hat happened.
thanks and regards
markus
IntelliJ IDEA 2019.1.1 (Ultimate Edition)
Build #IU-191.6707.61, built on April 16, 2019
Subscription is active until March 11, 2020
JRE: 1.8.0_202-release-1483-b44 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.4
Please sign in to leave a comment.
Hello. Do you use a national keyboard layout?
Hi Petr,
it's a standard US keyboard, no customizations.
It worked a week ago and suddenly stopped working - it must be some setting that went on accidentally
thanks and regards
markus
Are there any errors in the IDE logs? https://intellij-support.jetbrains.com/hc/articles/207241085.
Do the actions still work via the menu?
Hi Serge,
first I notice that in 'Code' the entry 'Generate ...' does not exist any more; so it disappeared somehow.
In the logs I see the following parts repeating themselves (after presser cmd-N there is a new entry of this stacktrace):
thanks
markus
It's a known issue: https://youtrack.jetbrains.com/issue/IDEA-198173 .
Please enable Groovy plug-in to fix it: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
it worked - thanks a lot;
I wasn't aware that IDEA needs the Groovy-Plugin to function properly
thanks and regards
markus
I'm on 2019.2.4 and even with Groovy-Plugin enabled for me is still not working
@Aralf75
Are there any errors in the IDE logs? https://intellij-support.jetbrains.com/hc/articles/207241085.
Do the actions still work via the menu?
Do you use a national keyboard layout?
Konstantin Annikov
OMG, yes, there was an error coming on the IDE logs. It mentioned that the issue was caused by the Search Package plugin, once I have removed the plugin Generate started working again.
Here is the error from the log
@...
Please also try enabling Gradle plugin
Konstantin Annikov
Yeah, reinstalling Package Search and enabling Gradle plugin it also works.