VsTeXCommentsExtension icon indicating copy to clipboard operation
VsTeXCommentsExtension copied to clipboard

Would it be possible to render formulas inside Visual Studio C# triple slash /// XML comments ?

Open andreisbarnea opened this issue 2 years ago • 2 comments

Example of comment that I would like to see rendered in Visual Studio:

/// <summary>
/// Some comment... 
///tex: $ax+b=0$
/// </summary>
/// <param name="someParam">Some param comment</param>
/// <returns>Some comment</returns>

andreisbarnea avatar Dec 05 '23 12:12 andreisbarnea

It should be possible, but it would not be rendered in UI tooltips, so it wouldn't be that helpful.

kindermannhubert avatar Dec 05 '23 13:12 kindermannhubert

It should be possible, but it would not be rendered in UI tooltips, so it wouldn't be that helpful.

But (at least for me) the UI tooltips are not showing //tex: anyway... so the utility would remain the same: looking in the source directly. (VS 2022, 17.8.2)

andreisbarnea avatar Dec 05 '23 16:12 andreisbarnea