DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
81 stars 10 forks source link

Code Validation: Unused properties #445

Open Morgy93 opened 11 months ago

Morgy93 commented 11 months ago

Hello,

there is a https://docs.devsense.com/en/vs/code%20validation/diagnostics PHP0421 Unused variable Assigned variables should be used.

check.

I'd like to have this for unused properties as well:

image

private int $id; is unused and should be removed.

Morgy93 commented 11 months ago

I just checked and PHPStorm adds these x usages:

image

Maybe an action to show all unused references or to remove them. Something like that. I just want some attention for it.

jakubmisek commented 11 months ago

Good idea, we already know it has "0 references", so adding this diagnostic would have no additional overhead.