Peekmo / atom-autocomplete-php

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

freezing atom when 2 atom opened in one project using a submodule with a vendor #376

Open pelallemant opened 6 years ago

pelallemant commented 6 years ago

Hello,

I have 1 root project which depends a slave project (git submodule).

When I open atom in the root folder, no problem. When I open atom in the root/slave_folder:

I disabled the extension and the performance problem disappeared.

I think there are conflicts between the 2 instance of your plugin (1 per atom).

pelallemant commented 6 years ago

I'm investigating on this problem.

When I stop parser.php at the start ( echo json_encode([]); exit(0); ), and reload the plugin, there is no performance problem anymore in the case of module/submodule.