capaj / vscode-exports-autocomplete

finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
MIT License
18 stars 6 forks source link

when pasting inside a string literall, we should not autocomplete #32

Closed capaj closed 7 years ago

capaj commented 7 years ago

in this snippet setPhone should not have been added:

image

capaj commented 7 years ago

also this happens: image

modals were added when I completed the import of the css file