atom-autocomplete-php icon indicating copy to clipboard operation
atom-autocomplete-php copied to clipboard

Manage multiple projects

Open nicolasmure opened this issue 8 years ago • 2 comments

Hello,

Thank you for the plugin :+1:

I currently have many project folders opened in atom (File -> Add Project Folder), but the plugin is only using the path of the first project when scanning an other project's file.

Here are the parameters passed to the php executable :

/home/user/.atom/packages/atom-autocomplete-php/lib/services/../../php/parser.php /home/user/www/FirstProject --methods Class\Namespace\Of\Other\Project

Any idea about how could I tell the plugin to search in the project whose the scanned file is in ? I've been searching here for a solution, without success :cry: . I'd like to avoid to have one project per atom window :sunglasses:

I'm running atom 1.10.0 on GNU/Linux (Fedora 24).

Thank you for your support :wink:

nicolasmure avatar Sep 19 '16 22:09 nicolasmure

Hi,

For now, the plugin just work with the first project of your window. If you want to use it on multiple project, you must open a new window sorry :(.

It could be a new feature, but it's a lot of work.

Peekmo avatar Sep 20 '16 08:09 Peekmo

OK, thank you for your answer :wink:

nicolasmure avatar Sep 20 '16 09:09 nicolasmure