amatiasq / vsc-sort-imports

Sort ES6 imports automatically.
ISC License
58 stars 24 forks source link

Import is moved away in the middle of typing #35

Closed RandomEngy closed 5 years ago

RandomEngy commented 5 years ago

I'm in the middle of typing an import and it gets moved away somewhere else. But the cursor is still at the old location. It's really irritating.

amatiasq commented 5 years ago

I haven't seen this issue, can you provide a how to reproduce?

RandomEngy commented 5 years ago

Ahh somehow the "auto save" functionality got turned on. I guess you can't use that with this extension.

amatiasq commented 5 years ago

You can if you disable sort-imports.on-save option. Having both at the same time has this natural consequence since the extension is editing the document as you write.