ikappas / vscode-composer

PHP Composer for Visual Studio Code
MIT License
24 stars 7 forks source link

Auto detect composer file defined in sub projects of Workspace #10

Closed shivapoudel closed 3 years ago

shivapoudel commented 5 years ago

Why there is always need of composer.workingPath. Can't we autodetect those file :)

bmerigan commented 3 years ago

Upvote!

I have a project containing multiple applications in subdirectories which all share code and each application has it's own composer.json file.

The best way for this to work would be if Composer could be called from a context menu when right-clicking on a composer.json file

shivapoudel commented 3 years ago

Switched to vscode-phpsab for this feature!