Peekmo / atom-autocomplete-php

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

Feature Request: Append single file to index. #399

Open Rihoj opened 5 years ago

Rihoj commented 5 years ago

I am adding new classes to my project and as I do the index does not always pick up on them right away (which is expected behavior in my opinion). However, I would like to be able to use that class quickly in other files that are going to reference that class. The project is rather large and waiting for a reindex takes too long and is too much of a resource hog for it to be an effective option.

My request would be to add a command that appended a new file to the index to allow for quicker iterations. I am not sure how the indexing works in this project so I am not sure if this is feasible, but if not adding to the index maybe have a secondary index or cache that can be referenced as well?