Exclude folder from hint dialogue.

I have a Symfony project with PHP-CS-Fixer installed in a separate folder tools/ as suggested per documentation not to mix with other vendor/ libraries. I marked the "tools/" folder as excluded in PHPStorm "Directories" settings. When I search for something within the project directory PHPStrom hides the results from that "tools/" folder. Still, when I CTRL + click on a Class / Interface - the hint dialogue contains the usage/implementation from that excluded "tools/" folder.

How can I get rid of those unnecessary hints?

Build #PS-231.9011.38, built on May 17, 2023

Runtime version: 17.0.6+10-b829.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

0

The reason is that the Maker Bundle includes the Resources/bin/php-cs-fixer-v...phar file. I excluded that file by right-clicking and choosing "Exclude phar from project" and it works.

0

请先登录再写评论。