ChristianKohler / NpmIntellisense

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

Should not offer suggestions if requiring a relative path #8

Closed dbettini closed 8 years ago

dbettini commented 8 years ago

Currently, NpmIntellisense offers its suggestions after entering ./, as if nothing was entered. This makes it conflict with PathIntellisense.

The extension should probably not offer any suggestions if the path starts with ..

JoV5 commented 8 years ago

+1