views:

312

answers:

2

Hi, i was wondering if there is an plugin, addon or any other easy way to get rid of the bloated xml comments for c#?

Company wants the documentation, but in my daily work the comments are simply polluting the code. It would be nice to have an easy way to simply collapse all xml documentation before the methods to one line or even better to nothing :-)

anyone any ideas?

TIA

A: 

Ctrl-M-L will toggle between collapsing all items that can be and expanding them.

Unfortunately there isn't by default a command or a way to just do the Summary comments. There might be a plugin for it.

David Basarab
I knew this shortcut already, but i only want to collapse the xml documentation.
helpless
+1  A: 

This blog post has a macro that works for Visual Studio 2005. I'm not a Visual Studio user, but perhaps this macro works on VS2008 as well, or could quickly be improved to work on VS2008?

Jesper Mortensen
i've found this blog post too. But i was searching for an easy way. I'm not a vb developer so the port to vs2008 would take some time for me i think... maybe someday
helpless