IntelliJ Freezes on Override
Answered
Hello,
the problem is that my IntelliJ Idea Ultimate is freezing when I try to override a constructur/method. This happens everytime I open the Override tool window twice. On the second opening, the IDE freezes, so I can only close it by the Task Manager. I am facing this problem since four months and still got no solution to that.
I tried to uninstall the IDE many times and reinstall it, this does not work. Here are the things I tried to solve the problem:
- Reinstall (could not delete all data, dont know why)
- Use another version (Ultimate -> Community)
- Use an older version
I uploaded my latest logs to the JetBrains Upload Service:
Upload id: 2020_12_02_EAkMGmgUcrTrK3zw (file: idea-logs-20201202-173912.zip)
Thanks in Advance.
Julian Drees
Please sign in to leave a comment.
Does the issue occur with the default settings? File | Manage IDE Settings | Restore Default Settings...: https://i.imgur.com/kbrkC7w.png.
Please provide thread dumps using jstack if it happens again: https://intellij-support.jetbrains.com/hc/en-us/articles/206544899.
I think I found a "workaround"...
The freeze seems to happen only on the Shortcut "Ctrl + O", which is a bit strange. When I put the Override function on another shortcut, it works. I am going to observe this further, at least I can programm now.
Check other software running. In my case it was NZXT CAM overlay hotkey messing it up.
This was it for me. Another workaround is to just hit Ctrl+O (i.e. close the NZXT overlay) and it 'unfreezes'.
I can confirm this, change the shortcut (Control + O) in NZXT CAM solves the problem.
Got to Settings > Overlay > Launch, there you can change the shourcut.
Myroslav you absolute legend! Would have never thought of this. Thank you!