Tagged Questions
GhostDoc is a Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type, parameters, name, and other contextual information.
7
votes
3answers
2k views
Is there anything like GhostDoc for C++
When I'm developing in C#, I heavily use GhostDoc to speed up the process of commenting my code. I'm currently working on a C++ project and I haven't found an equivalent tool. I know about Doxygen, ...
4
votes
5answers
417 views
At what point do Stylecop settings stop being useful and start becoming annoying?
I work in a team where we use extensive ruleset in StyleCop and I am wondering what are the thoughts on the general point where such a tool stops being useful and starts becomes annoying. We also use ...
4
votes
4answers
968 views
GhostDoc Equivalent for Eclipse(Java)
I'm a big fan of GhostDoc's automatic comment generation in Visual Studio so am looking for an plugin that does the same job with my Java code in Eclipse. Any recommendations?
3
votes
5answers
2k views
Is there a GhostDoc like plug-in for CodeRush or ReSharper?
I have noticed that GhostDoc hasn't been updated in a long while. So I am curious if there is a plug-in for Resharper or CodeRush that will accomplish the same thing? Or even if this type of ...
2
votes
1answer
401 views
How to use GhostDoc with Visual Web Developer Express?
i'm trying to use ghostdoc with vwd express 2008.
I know that vwd express doesn't support add in but i can't help asking if there's still a way to get it working?
or is there a ghostdoc equivalent ...
2
votes
1answer
512 views
Custom GhostDoc Rules
I am a huge fan of GhostDoc and use it in all of my development projects. Knowing that it supports custom rules I'd like to ask what custom rules have you written?
1
vote
1answer
160 views
.NET: XML documentation: using “cref” in <returns>, is this acceptable or not necessary?
I am using GhostDoc to document my methods etc... and its working well but it doesn't fill the <returns> ...
Can anyone tell me what i should be doing i.e
If it returns an object called ...
1
vote
2answers
243 views
Unable to install ghostdoc, can you help?
I am unable to install ghostdoc.
The error message is "Microsoft Visual Studio.NET is not installed on your computer"
Visual Studio is installed on my computer.
Have you seen this problem? Is ...
1
vote
2answers
657 views
View all TODO items in Visual Studio
I'm also using GhostDoc in Visual Studio 2008. How do I view all to-do items and if that's a function already in Visual Studio or in GhostDoc (documentation tool that I use)?
1
vote
1answer
408 views
Ghostdoc-like plugin for IntelliJ IDEA
I've become lazy in my old age. For my C# work I've become quite reliant on Roland Weigelt's excellent GhostDoc plugin for Visual Studio.
Is anyone aware of a similar plugin for Java work in IntelliJ ...
0
votes
1answer
82 views
GhostDoc public const documentation
When using ghostdoc on single line vars defs like
public const string DbCatName = "test";
ghostdoc adds a default header like :
/// <summary>
///
/// </summary>
but what I like to ...
0
votes
2answers
455 views
Can I use GhostDoc to add documentation to an entire class or code file?
I love GhostDoc, but I want to be able to "Document This" for an entire file, and not just one member at a time. Is this possible?
0
votes
1answer
472 views
Has anybody made a german config file for the GhostDoc AddIn?
Has anybody made a german version of the GhostDoc template textes? This would be a great help.