nkt / atom-autocomplete-modules

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

Option to omit extensions based on webpack resolve.extensions #92

Closed guilhermelimak closed 6 years ago

guilhermelimak commented 6 years ago

When accepting suggestions from the plugin it also add the file extension, but that's not needed when using the webpack resolve.extensions option, I think I can add a simple check to see if the extension is on the resolve.extensions array and omit them.

I just wanna know if you like the feature and want it implemented, I'll create the PR.

guilhermelimak commented 6 years ago

Sorry, didn't realize we have a extension option available.