tomkis / js-autoimport

atom autocomplete-plus provider which allows automatic ES6 modules
MIT License
18 stars 5 forks source link

Import adds multiple other imports #4

Open AppRoyale opened 9 years ago

AppRoyale commented 9 years ago

When changing the import line of code, Atom adds the same import automatically, multiple times. Check this video: https://drive.google.com/file/d/0B1UISLB95DfyMWV1NHlUZnpmOHM/view?usp=sharing

OS: Windows 7 Atom version: 1.0.19 Error occurs not in safe mode. (atom --safe) Plugin causing ERROR: https://atom.io/packages/js-autoimport After deleting, the import is working as intended.