How To Disable Webstorms Unused Function Color Feature?
I was wondering if anything knows how to disable the feature in WebStorm where if you create a function and don't call it yet, the color will just stay green and not gray. I went i
Solution 1:
- Go to File -> Settings...
- Open Editor -> Colors & Fonts -> General
- Save the current scheme as a custom one
- expand Errors and Warnings on the right
- change the color for Unused symbol
Post a Comment for "How To Disable Webstorms Unused Function Color Feature?"