postalservice14 / vuejs-plugin

[DEPRECATED] Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
139 stars 20 forks source link

Add option to disable automatic imports #28

Open Korri opened 7 years ago

Korri commented 7 years ago

I use Element's UI library wjich registers all it's components globally.

Yet every time I use auto completion inside my component, the plugin adds an import line and a components property to my component.

An option to disable this behavior would be nice.