You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be no suggestions when cursor is between import and from keywords.
Right now extension starts to show npm packages names when cursor is in this position:
importReact,{PropTypes,Co|}from'react';^
It should only give suggestions when cursor is inside import string:
importReact,{PropTypes,Component}from'rea|';^
It looks like this in real life:
I could take care of this next week. For now, I don't have much time.
The text was updated successfully, but these errors were encountered:
I have the same problem, when I use destructing import (import { ClassName } from "./my-class-file").
It's annoying because I got VS Code intellisense about exported member to choose mixed with npm intellisense.
kasperekt
added a commit
to kasperekt/NpmIntellisense
that referenced
this issue
Oct 8, 2016
There should be no suggestions when cursor is between
import
andfrom
keywords.Right now extension starts to show npm packages names when cursor is in this position:
It should only give suggestions when cursor is inside import string:
It looks like this in real life:
![example_bug](https://cloud.githubusercontent.com/assets/6966280/18869434/a0557242-84ac-11e6-9365-eb98e1c767c9.png)
I could take care of this next week. For now, I don't have much time.
The text was updated successfully, but these errors were encountered: