How to prevent Pycharm console suggestion using 'enter' key?
When typing on Pycharm python console, it suggests a few options/code completion. The problem is when typing ‘Enter’ key, it insert the suggestion instead of executing the code. Every time I have to press the ‘ESC’ key before ‘Enter’ key to execute the code, which is annoying.
For example, when pressing ‘Enter’ key after the df
, I expect the python console to execute the code and display the df. But instead it replace df
with the suggested udf
请先登录再写评论。
I would like to know how to change that too.
I’d rather use TAB to accept a completion
I agree. This started with a recent update for me and it is infuriating. Can't find out how to turn it off.
Hi Anthony , Mhtessmer , you can remove
Enter
or change it accordingly underChoose Looup Item
action: