Tagged Questions

0
votes
1answer
25 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?
0
votes
2answers
48 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?
1
vote
3answers
143 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?
1
vote
5answers
481 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 …
4
votes
3answers
395 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, …
0
votes
1answer
143 views

Has anybody made a german config file for the GhostDoc AddIn?

Hello, has anybody made a german version of the GhostDoc template textes? This would be a great help. Greetings, Andre
1
vote
1answer
183 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 …