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

Feature Request: autocomplete for export in an imported module

jonyeezs opened this issue · comments

Expected Behaviour:

import {} from 'module';

when cursor is in {} (or what ever valid format)

import {_} from 'module';

It should show list of available exports
image

We can utilize this node library get-exports-from-file

I don't mind having a go at this

could you kindly add a Hacktoberfest label to this please 😄?