Files
vscode/extensions/html-language-features
Mohanraj Venkatesan c2f5ceaea3 html-language-features: include JSDoc summary and tags in <script> hover (#312585)
* html-language-features: include JSDoc summary and tags in <script> hover

In doHover for JavaScript embedded in HTML <script> blocks, surface
info.documentation (JSDoc summary) and info.tags (@param, @returns,
etc.) alongside the existing info.displayParts signature. The hover
now returns a MarkupContent markdown payload with the signature,
description, and tag sections so HTML files get parity with
.js/.ts hovers.

Fixes #268776

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* update

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-01 17:40:18 +00:00
..

Language Features for HTML

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See HTML in Visual Studio Code to learn about the features of this extension.

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.