Cannot color variables and method calls in PyCharm?
已回答
I can't seem to change the color of variables and function calls in PyCharm, my only option is to color parameters. Why has this been omitted?
PyCharm 2017.2 EAP
Build #PY-172.2827.18, built on June 7, 2017
PyCharm EAP User
Expiration date: July 7, 2017
JRE: 1.8.0_152-release-884-b5 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.5
请先登录再写评论。
HI Andrew! Unfortunately there's no such option yet, please vote for PY-19680.
In 2019 you'd think IDE's would evolve to that point.
I guess not.
I think main reason why its hard to color variables is because they are not identified by any special character.
$Variable is very easy to color vs Variable.
@Reserved words would also be easy to color with a special character. I dont understand why those are not used.
Function names could be _Function. Super easy to color.
$Var
@Reserved
_Function()
Who would have thought ??????????????????????????????
In decades, only one did, who ever wrote AutoIT script.