I know how to exclude meta and log files from index inclusion but in my application's composer.json
I have both Guzzle and Goutte listed as dependencies. Goutte includes a goutte.phar which in turn contains the source code for Guzzle. So when I go to use autocompletion I get this:
Is there anyway to exclude a *.phar file (or any specific PHP file for that matter) from the PHPStorm indices?
otherwise you can add *.phar
to Settings -> Editor -> File types -> Ignored files and folders
or alternatively to Settings -> Directories -> Exclude files
Right click on that file and select mark as -> excluded?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With