-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Unfortunately PHPStorm is not able to work out if a symlink is spotting to a phar file.
In my case this removes the autocomplete feature for unit tests, since PHPStorm doesn't know about PHPUnit at all, although the phar file symlink is under the project root.
To fix this behavior I have to add the ".phar" extension in the phive.xml manually.
How about to add the extension by default or at least with a global config paramter?
mwgamble, Chemaclass, ju1ius and Aeliot-Tm