Renaming methods causes an annoying freeze in 14.0.3 Follow
Hi everyone,
I've noticed lately that the performance of renaming a method has gotten worse. If I press SHIFT+F6 when the caret is on a method IDEA freezes up for a noticeable amount of time, then after I write the new name and press ENTER it freezes up again. After that everything returns to normal.
Three things to mention:
- I tried tailing the log, I see nothing is written
- During the freeze IDEA doesn't show anything is running at the bottom toolbar
- If I cancel the rename (by pressing ESC) and then rename that same method again, it is instantenous and there's not freeze
Anyone else has this? Is it solveable?
Thanks,
Guy
Please sign in to leave a comment.
Please try 14.1: https://confluence.jetbrains.com/display/IDEADEV/IDEA+14.1+EAP .
Provide thread dumps via jstack if the issue persists: https://intellij-support.jetbrains.com/entries/23348667 .
Seems to be fine now, thanks a lot!
And kudos on the new name-suggestion dialog when renaming a method :)
Guy