JetBrains / phpstorm-workshop

Code for the PhpStorm workshop
https://www.jetbrains.com/phpstorm
Apache License 2.0
294 stars 71 forks source link

03 Inspections: 06: Configure PHP Mess Detector or PHP Code Sniffer: No PHP in Settings Pane #75

Open ASauer opened 3 years ago

ASauer commented 3 years ago

Open the Settings Pane and then Languages and Frameworks | PHP

There is no PHP in 'Languages and Frameworks'.

Unclear if I should Install these as plugins, Is something wrong with my installation?

zeitgen commented 3 years ago

No, your installation is fine =) In PhpStorm 2021.1, those were moved to the top level, so that it's just Settings | PHP now:

image
ASauer commented 3 years ago

The this text should be changed: Open the Settings Pane and then Languages and Frameworks | PHP, click the [...] next to the interpreter list, and disable the "Visible only for this project" checkbox for PHPCS and PHPMD interpreter

Then I click ... next to the dropdown menu called CLI Interpreter and there is no "Visible only for this project" checkbox and there is nothing called PHPCS or PHPMD interpreter.

So, where do I find:

zeitgen commented 3 years ago

It all should be there: image

ASauer commented 3 years ago

In my case, the left of this window is completely Empty... Should this have been installed with the workshop?