T O P I C R E V I E W |
mkoe |
Posted - Sep 10 2012 : 2:27:04 PM VAX provides the functionality to display source comments for C++ files. This is indeed a nice feature and I have noticed that some keywords like "\\brief" are marked as bold. But XML comments a written in plain text. Is there any possibility to color or highlight XML comment like coloring in code editor?
|
10 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 06 2012 : 7:42:37 PM I have added your vote to the case Dunemaster. |
Dunemaster |
Posted - Dec 05 2012 : 12:25:09 AM I would vote for these option, too |
mkoe |
Posted - Sep 19 2012 : 07:08:13 AM Thanks! ;-) |
accord |
Posted - Sep 19 2012 : 07:05:45 AM Thanks. I've added a comment to the case. |
mkoe |
Posted - Sep 19 2012 : 02:03:49 AM Yes, exactly. Something like that would be nice.
In XML comments there can be tags inside tags. For example <see cref="OtherClass" />. Maybe these words can be printed bold. But I think your developers will find a nice and clean way for displaying XML comments. ;-) |
accord |
Posted - Sep 18 2012 : 4:08:11 PM What do you mean? Something like this?
<summary>Something</summary> <remarks>Remark line 1 Remark line 2<remarks>
<parapm name="param1">the first param</param>
summary: Something. remarks: Remark line 1 Remark line 2
param1: the first params.
etc. |
mkoe |
Posted - Sep 18 2012 : 02:53:04 AM Thanks!
It would be nice if the format style for showing XML comments can be more than only coloring but more interpreting of a few XML tags. |
accord |
Posted - Sep 17 2012 : 5:00:47 PM *ah* Thank you for the setting name. It does work indeed.
I have put in a feature request for this to see what the developers make of it:
case=69356 |
mkoe |
Posted - Sep 11 2012 : 4:17:59 PM We use Visual Studio 2010 Professional Version 10.0.40219.1 SP1Rel with C++/CLI. The tag coloring can be configured in "Fonts and Colors" with "XML Doc Tag" entry. |
accord |
Posted - Sep 11 2012 : 4:08:10 PM Unfortunately, there is no option to do that. Which IDE version and programming language are you using? You mentioned C++, but Visual Studio is not coloring <summary> and <remarks> in the code editor to grey for me. Not even with C++/CLI (Windows Forms Application project) On the other hand, in C#, where the coloring is like on your screenshot, VS2008, VS2010 and VS2012 only shows the summary of the comments in the tooltip (with VA). |