autocomplete for js files
Answered
Hello, please tell me about the autocomplete.
When I use webstorm, auto-import works fine for me, I start writing the names of the js module, and after choosing in the drop-down menu, the path to it is automatically substituted.

like that

but in intellij idea such auto-import does not work for js files. I can not live without this feature)
everything worked before. But now everything seemed to be broken.
Even autocomplete tags are missing:

Please tell me how to configure intellij?
Please sign in to leave a comment.
Hi Frielender,
Please make sure that the corresponding bundled plugin is enabled (check this help page for details).
Also make sure that the directory your production files are located in is marked as a Sources Root (blue folder) in the Project tool window.
This section of the help page for Code Completion can also be useful for troubleshooting the issue.