I have been using Visual Studio Code for a few months now. I got used to the smart suggestions inside <script>
elements when writing Javascript inside an HTML file. E.g.
<body>
...
<script>/* Suggestions would appear here */</script>
</body>
But after a recent update, I no longer get those suggestions inside HTML files (I think they are called IntelliSense).
I ran a few searches on Google, and I checked my VSCode workspace settings, but I can't figure out how to get them back. Does anyone have a clue?
I have been using Visual Studio Code for a few months now. I got used to the smart suggestions inside <script>
elements when writing Javascript inside an HTML file. E.g.
<body>
...
<script>/* Suggestions would appear here */</script>
</body>
But after a recent update, I no longer get those suggestions inside HTML files (I think they are called IntelliSense).
I ran a few searches on Google, and I checked my VSCode workspace settings, but I can't figure out how to get them back. Does anyone have a clue?
Share Improve this question asked May 4, 2016 at 23:40 33-B0133-B01 2,0861 gold badge22 silver badges27 bronze badges 3- I've just started using vs code for html files with inline javascript and was wondering if was even possible... – Peter Bons Commented May 6, 2016 at 17:40
- @PeterBons, yes, it was working great for me until a few days ago; until after a recent update. – 33-B01 Commented May 6, 2016 at 22:18
- It appears that currently this feature is no longer supported since the adoption of Salsa. – GJSmith3rd Commented May 6, 2016 at 23:51
1 Answer
Reset to default 6CURRENTLY UNSUPPORTED
JS intellisense doesnt work in HTML script tag VSCode Issue #4369
How to enable Intellisense for JavaScript in Visual Studio Code - StackOverflow