Let’s say you have a really dense function or method, with lots of arguments passed in and lots of local variables. Syntax highlighting helps some, but can PyCharm do more?
In 2017.1, PyCharm ships with “semantic highlighting” available as a preference. What is it, what problem does it solve, and…