ChristianKohler / NpmIntellisense

Visual Studio Code plugin that autocompletes npm modules in import statements
MIT License
156 stars 45 forks source link

Works only if no characters entered in 1.3.0 #7

Closed dbettini closed 8 years ago

dbettini commented 8 years ago

In 1.3.0-insiders, extension shows the list of all deps after entering quotation marks. However, as soon as any character is entered (even if it's the first letter of a module name), all deps disappear completely and don't appear until you delete all characters and hit the suggestions command.

I'm not sure if this is considered a bug since it's only in insiders edition, but my understanding is that insiders is actually a preview of the next stable one, so I'm reporting it just in case.

EDIT: Just like anticipated, this bug carried on to the 1.3.0 release of VSCode. Also happening with PathIntellisense, but not with HTML/CSS Class Completion.