shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.7k stars 399 forks source link

Stuck after creating new method using "quick fix" #680

Open Sarrruman opened 8 months ago

Sarrruman commented 8 months ago

I often create new methods by first calling them after which i use quick fix action menu (alt+Enter and 'create new method'). You can see a method created this way in the attached picture. The problem is that i am stuck and cannot type anything into the IDE afterwards, IDE doesn't react to the keyboard. I have to use mouse and click anywhere in order to 'unfreeze' the editor. image