ChristianKohler / NpmIntellisense

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

added es6 destructuring setting #52

Open standingdreams opened 6 years ago

standingdreams commented 6 years ago

Adds a new user setting that gives users the option to set an es6 import with or without destructuring.

Considerations

dkadrios commented 5 years ago

I would love to see this get merged. Destructured importing of large packages can really bloat up your built packages without additional tree shaking which is not an option for many people yet.