Change the colour of documentation comments
NickName:cup Ask DateTime:2021-06-09T22:16:05

Change the colour of documentation comments

In Visual Studio, I can change the colour of comments by

Tools=>Options=>Environment=>Fonts and Colors

Then scroll down the Display Items until I reach Comments and change the colour, say to Green with a Yellow background. This does all the // and /* */ comments but it doesn't touch the /// documentation comments.

I managed to do this on VS2010 about 10 years ago but I can't remember what display item I used. I've tried HTML and XAML comments but they still stay the same. What display item should I modify to change the colour of the documentation comments?

Copyright Notice:Content Author:「cup」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/67905965/change-the-colour-of-documentation-comments

More about “Change the colour of documentation comments” related questions

Change the colour of documentation comments

In Visual Studio, I can change the colour of comments by Tools=>Options=>Environment=>Fonts and Colors Then scroll down the Display Items until I reach Comments and change the colour, say to

Show Detail

Is it possible to change the colour of comments in Python Idle?

I would like to change the default colour of python comments, to something which is visible to me as I am colour blind. Are there any customizable features in Python Idle, or would I have to switch...

Show Detail

Is it possible to change the colour of specific comments in Eclispe

I know it's possible to change the colour of all single and multi lines comments in eclispe in a piece of code or program but I was wondering if it possible to change the colour of an one or multi...

Show Detail

How to change the colour of a table row in javadoc in the javadoc comments

I made an application that does security checks on java code automatically. It generates javadoc comments for each field, constructor, methods etc. Depending on conditions within the code being c...

Show Detail

In eclipse IDE, Is there a way to change font size or colour of comments

When comments are made in eclipse java editor, Is it possible to change the font size and/or colour of the comments without affecting any other part of the document?

Show Detail

Change colour scheme in TextWrangler using applescript?

I have a custom colour scheme in TextWrangler that makes code comments the same colour as the background, essentially "hiding" the comments. It can be useful if you just want to focus on your code....

Show Detail

How can I change the colour of PHP functions?

I'm using VS Code to edit PHP files. This setting lets me change the colour of the functions that I define myself: "editor.tokenColorCustomizations": { "functions": "#000000" }, But it doesn

Show Detail

Change colour on b-table detailed view

I would like to be able to change the background colour of the details-window that the table supplies me. Right now I want to have another table inside the details-view, but that does look terrible...

Show Detail

How to change the font colour in html/rmarkdown?

I have some chunks in my rmarkdown with titles and comments. I wonder if it's possible to change the font colour of these texts in HTML output?? ### Title ```{r} ```` comment

Show Detail

Rider: change documentation comments template

Is it possible to change template for "summary" comments in Rider? When I'm typing "///" it generates summary comments like this: /// <summary> /// /// </summary> /// <param

Show Detail