fonts and colors is c#
In c# text editing, I would like to change the style, font and color of specific comment lines. I write notes to myself while coding and I want certain comments to stand out. Is there any way I can accomplish this?
thanks,
Leon
Please sign in to leave a comment.
I'm afraid that this is not possible with R#. But there are some free Visual Studio AddIns.
Try https://marketplace.visualstudio.com/items?itemName=mhoumann.CommentsPlus , https://marketplace.visualstudio.com/items?itemName=GilYoder.Remarker-18580 or https://marketplace.visualstudio.com/items?itemName=OmarRwemi.BetterComments
Regards
Andreas