I've looked, but it doesn't look like you can apply specific formatting to just comments.
|
|
Well, there is an Add-In which will automatically format your comments to a given width (as a side feature). It is HyperAddIn - the main feature of which is allowing you to create 'hyperlinks' to other places in your code within comments, like this:
With HyperAddIn installed, the I have it installed, it works OK, but I must admit that most of the time I don't have the comment formatting switched on. |
||||
|
|
|
The free AtomeerUtils addin mentions such a feature:
I have not tried it. |
|||
|
|
No. The shortcut is Ctrl+E, Ctrl+W. There would be one trick how to format the comments. Write your own code snippet for the comment. |
||||
|
|
|
As I have not found anything suitable so far, I use Vim. I set Open in &Vim as an external tool command, so I can just press Hopefully, some simple extension appears in future or VsVim will get this feature. |
|||
|
|
|
You can extend VS 2010 to do this http://code.msdn.microsoft.com/ToDoGlyphFactory |
|||
|
|
|
It may not answer the question directly, but, instead of:
Why don't you:
Also, I don't like long lines of code - break them up across multiple lines so it's easier to read. All a matter of preference I know, but if you have to scroll horizontally to see all the code, it's a good sign it needs formatting better IMO. |
|||||||
|
