VsTeXCommentsExtension
VsTeXCommentsExtension copied to clipboard
Would it be possible to render formulas inside Visual Studio C# triple slash /// XML 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>
It should be possible, but it would not be rendered in UI tooltips, so it wouldn't be that helpful.
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)