Auto-Import icon indicating copy to clipboard operation
Auto-Import copied to clipboard

Tries to auto-import after typing period in JS-doc comment or JS string literal

Open eppsilon opened this issue 9 years ago • 3 comments

VS Code 1.6.1 with Auto-Import 1.2.2.

It seems to try to auto-import anytime I type a period in a JS-doc comment or a JS string literal. It also shows auto-complete options before I type the period (despite it not being an appropriate place to offer suggestions). I wind up with a bunch of unwanted imports and autocompletions if I don't pay attention.

eppsilon avatar Nov 02 '16 19:11 eppsilon

Its annoying, I know.

Looking at this in the next release - the auto complete stuff was a bit rushed so needs a few more extra checks!

soates avatar Nov 03 '16 15:11 soates

It also seems to auto import when typing in a comment. End up with the same problem of a bunch of unwanted imports if not paying attention.

VS Code 1.7.1 with Auto-Import 1.2.2

plmetz avatar Nov 07 '16 01:11 plmetz

any progress on this one?

giniedp avatar Feb 02 '17 20:02 giniedp