My PyCharm changes the appearance of comparison symbols as I type them.
For example, if I type ">=
", it turns it into the way you'd write it in a math notebook, like so:
I couldn't find where in PyCharm's setting that is so I could disable it, or enable it in friends' installations where it doesn't work that way (the sign just remains >=
).
Where's the setting to disable this special rendering of comparison operators?
I tried googling for the answer in several different phrasings and didn't find anything useful.
This question should also apply to other JetBrains IDEs such as IntelliJ IDEA and CLion.