PHP classes - greying out unused properties Permanently deleted user Created December 18, 2017 21:57 Hi, Just wondering if it is possible to grey out unused PHP class properties? Thanks.
Hi there,
Unused private methods and properties -- they already will be marked as errors.
Protected and public -- no (only manual invocation of Show Usages for each field/method):
In any case: https://youtrack.jetbrains.com/issue/WI-28152