nkt / atom-autocomplete-modules

Autocomplete for require/import statements

Home Page:https://atom.io/packages/autocomplete-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to omit extensions based on webpack resolve.extensions

guilhermelimak opened this issue · comments

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.

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