Pycharm: Typing double-quotes inside parenthesis inserts quotes after parenthesis
Answered
Am using Pycharm + IdeaVim plugin
When editing a markdown python code fence in Pycharm, typing a double-quote inside a parenthesis the double-quotes are inserted outside the parenthesis.
How can I fix this ?
Please sign in to leave a comment.
What is your PyCharm version?
Is it reproducible only when IdeaVim plugin is enabled?
Pycharm 2019.2.3
Yes it is reproducible only when IdeaVim is enabled.
Hi!
In fact, the issue is reproducible without IdeaVim plugin. It is not reproducible if there are no spaces after that line of code.
Here is a bug report https://youtrack.jetbrains.com/issue/IDEA-225117, please vote for it and follow for updates.