[Vuejs]-VS Code not providing Auto completion for linked scripts

0👍

If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.

Also, if you don’t get autocompletion when using a tag or script, you can bring it up by holding down the ctrl + space.

Leave a comment