3
votes

I would like to change font color for methods call. For instance string.lower() or string.strip(). I would like to change the color of lower() or strip() in PyCharm. I have tweaked around quite some time and I can't find where to change it. I did change other code font color but can't find specifically for methods call. Does anyone know how to do this in PyCharm?

1

1 Answers

0
votes

Unfortunately, you can't highlight function calls in PyCharm yet.

See How-to-syntax-highlight-Python-function-calls

It's unfortunate they didn't implement such a basic feature in their font color editor. The post above is from 2014 (3 years ago at the time I'm writing these lines...)