PHP classes - greying out unused properties Permanently deleted user 创建于 2017年12月18日 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