Php code cleanup inspections not working

So I am trying to clean up my code with inspections, but when I run code cleanup I get

No suspicious code found

But if I run inspect code I get the inspections:

 

 


if I view my inspections in my ide settings they're all enabled:


This is how I run code clean up


But if I view my inspection profiles, it only shows javacript and typescript and no PHP


I have cleared cache, re-syncronized and re-indexed but still no I can't run code-cleanup .

 

0

Same on StackOverflow: https://stackoverflow.com/questions/51550257/no-code-cleanup-inspections-are-working

In short: PHP does not have any Code Cleanup yet -- ATM it's only for JavaScript/TypeScript (ESLint/TSLint...).

0

请先登录再写评论。