mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +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>
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.