5

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?

focorner
  • 1,927
  • 1
  • 20
  • 24