Cannot type letters or numbers in PyCharm

你说的曾经没有我的故事 提交于 2020-01-25 06:26:24

问题


Suddenly today, I can no longer type letters or numbers into the editor in PyCharm 2018.2.2 Build #PY-182.4129.34. I can still type symbols such as [] and {} but letters and numbers appear when typed and then immediately are deleted.

I've checked that Vim emulation is off, the plugin is not even installed as far as I can tell. I've updated my Material Theme plugin. None of my settings have been changed since I last used PyCharm.

It's independent of what file I'm editing. I've also disabled my international keyboard. Read-only is turned off as well.

I'm out of ideas.


回答1:


When all else fails:

file -> invalidate caches/restart




回答2:


Try to deactivate Vim by 'Tools -> Vim Emulator' (Untick the option)



来源:https://stackoverflow.com/questions/52194338/cannot-type-letters-or-numbers-in-pycharm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!