Turn off End-Tag completion
Hello,
I really like Pycharm for writing python applications but when it comes to XML/HTML I find on of its features really annoying. I'm speaking of the IDE always completing the end tag as soon as I write "</".
Is there a way to disable this? I searched for about 1 1/2 hours now but didn't find that option (it is not in the Editor->SmartKeys section since I tried every option there).
I already disabled the feature that Pycharm inserts the end tag but as mentioned I'm still annoyed by it completing it every time (resulting in something like this: </div>div>).
Regards, theCalcaholic
I really like Pycharm for writing python applications but when it comes to XML/HTML I find on of its features really annoying. I'm speaking of the IDE always completing the end tag as soon as I write "</".
Is there a way to disable this? I searched for about 1 1/2 hours now but didn't find that option (it is not in the Editor->SmartKeys section since I tried every option there).
I already disabled the feature that Pycharm inserts the end tag but as mentioned I'm still annoyed by it completing it every time (resulting in something like this: </div>div>).
Regards, theCalcaholic
Please sign in to leave a comment.
No. People have asked a lot to have such auto completion in first place (http://youtrack.jetbrains.com/issue/IDEA-112914). So it was implemented.
But option to disable such completion was not provided – http://youtrack.jetbrains.com/issue/IDEA-119253.