mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 02:45:58 +01:00
c2f5ceaea3
* 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>