I love how PyCharm pales out unused imports or variables.
In difference SublimeLinter just highlights those unused pieces of code, yet not changing its color.
I really like to adopt this behavior from PyCharm. But I do not how.
Actually, I assume it is not possible to:
- Use a different marking style than those given in the SublimeLinter settings, also affecting text color.
- Specify individual marking styles for certain warning/error codes.
Can you confirm this is not possible?
- Ben