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
Auto Imports don't work in even a very basic JS Node.js project. I'm starting to wonder if auto imports even work in JS projects, because I feel like I've tried everything and nothing works.
mjbvz
changed the title
Auto import doesn't work (JS/CommonJS/Node.js project)
Auto import suggestions don't work (JS/CommonJS/Node.js project)
Dec 9, 2019
Auto Imports don't work in even a very basic JS Node.js project. I'm starting to wonder if auto imports even work in JS projects, because I feel like I've tried everything and nothing works.
Steps to Reproduce:
Reproduction repo - https://github.com/fabis94/vscode-auto-import-broke-repro
b.js should offer to auto import
aTestFunc()
from a.js, and yet it doesn't.Also check branch 'with-aliases' to see a more advanced scenario that also doesn't work - it uses module-alias to resolve modules using aliases.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: