nkt / atom-autocomplete-modules

Autocomplete for require/import statements
https://atom.io/packages/autocomplete-modules
MIT License
114 stars 35 forks source link

Bugfix/babel root as dot #111

Closed jonyeezs closed 6 years ago

jonyeezs commented 6 years ago

This should resolve #110

Problem was the directory name was included with the target to check against the suggestions that would only show the name of files/folders in that directory.

Didn't see this happening in the old code...not sure why its a problem now. Well that's that.