If that wasn’t enough, PhpStorm can also scan your whole project, or parts of it, all at once. Select a folder, press Shift+Shift
, and search for Inspect; choose which folders to scan, press Analyze, and there you have it, a list of all errors within your code. You can scroll through them, and you can even press Alt+Enter
within the preview window to fix the discovered errors. There’s no need to open any files.