support syntax highlighting for code documentation comments #75181
Labels
Area-IDE
Concept-Design Debt
Engineering Debt, Design Debt, or poor product code quality
LSP
issues related to the roslyn language server protocol implementation
untriaged
Issues and PRs which have not yet been triaged by a lead
VSCode
Summary
In many libraries authors add code sample inside the
<code>
documentation comment, it would be helpful to have syntax highlighting for these code commentsBackground and Motivation
This type of syntax-highlighting already exists in the form of adding a
// lang=C#-test
or annotation an argument with[StringSyntax("C#-test")]
however, this doesn't work
from vscode:
tasks from this issues:
The text was updated successfully, but these errors were encountered: