-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spawn per workspace #29
Comments
You can manually pass a list of directories to Phan.analyzedDirectory instead of a single string in the latest releases. I agree that there should be an option like that to automatically start/stop based on open workspaces. |
That's great, but like other plugins this is a common must have feature. I'll try to give some help and maybe create a PR for that when I get the time. 🙂 |
If the phan configuration is part of a project's workspace settings, it may be useful to specify that it's in https://github.com/Microsoft/vscode issue 2809 mentions that environment variables aren't possible yet in workspace settings |
The extension should look for a
.phan/config.php
inside each opened workspace instead of analysing only one folder.The multi-project analysis is a very important feature, e.g.: I can't configure just one path in a company we work with 5+ projects at the same time.
The text was updated successfully, but these errors were encountered: