Tries to auto-import after typing period in JS-doc comment or JS string literal
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.
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!
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
any progress on this one?