Peekmo / atom-autocomplete-php

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

Clear the indexes and start a new fresh indexes #332

Closed Xety closed 7 years ago

Xety commented 7 years ago

Hello, It is possible to clear all indexes and re-index the whole project ?

I'm working with differents framework and it provide a better autocompletion to have a clean indexes for the current project. Actually, i must delete the indexes folder to refresh the indexes.

pelallemant commented 7 years ago

Hi,

Same question, is it possible to force the re-indexation of a project ?

In my case, I symlink a project in the vendor/ folder, and it seems that it is not refreshed in the atom autocompletion. The reason of the symlink is to work on the same project and all the other projects doesn't require composer update (~ 10-20 projects using it).