ChristianKohler / NpmIntellisense

Visual Studio Code plugin that autocompletes npm modules in import statements
MIT License
156 stars 45 forks source link

Feature: List available pkg exports #21

Open jamesholcomb opened 8 years ago

jamesholcomb commented 8 years ago

Would it be possible for the extension to list the available exports from a package once it is selected (typed in)?

I find myself using the imd snippet from JavaScript (ES6) code snippets in combination with this extension (and PathIntellisense) for imports. It would nice if I could get a typeahead list of exports once the cursor was inside the {}