最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Smart Javascript suggestions inside HTML files no loger working after Visual Studio Code update - Stack Overflow

programmeradmin5浏览0评论

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
Add a ment  | 

1 Answer 1

Reset to default 6

CURRENTLY UNSUPPORTED

JS intellisense doesnt work in HTML script tag VSCode Issue #4369

How to enable Intellisense for JavaScript in Visual Studio Code - StackOverflow

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论