Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Manage multiple projects #293

Open nicolasmure opened 8 years ago

nicolasmure commented 8 years ago

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:

Peekmo commented 8 years ago

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.

nicolasmure commented 8 years ago

OK, thank you for your answer :wink: