ChristianKohler / NpmIntellisense

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

Suggestions missing for some file types on require #66

Closed maha2490 closed 4 years ago

maha2490 commented 4 years ago

Have a unique situation where I need to require .html files within a .js file. In a require statement, only .js files are suggested. This is a static application, so we only have html, css, and js files. There might be other file types missing, but this is what I am working with atm.

In screenshot below, I have multiple .html files under the ./profile directory. all-files-not-selected

ChristianKohler commented 4 years ago

Hey @maha2490, is think you posted this issue in the wrong extension. This is NPMIntellisense, not PathIntellisense.