atom-community / autocomplete-paths

Autocomplete Paths for Atom
MIT License
151 stars 62 forks source link

fix: try find first #244

Closed UziTech closed 3 years ago

UziTech commented 3 years ago

fixes #241

Try find first and if it fails for any reason gets paths the other way.

closes #243

aminya commented 3 years ago

I think I covered all the changes in https://github.com/atom-community/autocomplete-paths/pull/245. Please take a look

aminya commented 3 years ago

@UziTech For now, let's focus on fixing the bug that we had. Whichever PR that works now should be merged. We can fix the performance later.