ghostdoc

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 IDEA? ...

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 functionality is built in to one of the tools that would be great too. ...

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 ...

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, but from what I know it is used to create documentation outside the code, not comments in the code. Are there any good equivalent tools? I wo...

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? ...

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? ...

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? ...

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)? ...

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 for vwd express? ...

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 GhostDoc so code is riddled with XML comments which make the code much harder to read and thus review. I have no problem with XML comments ...

Unable to install ghostdoc, can you help?

Hello, 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 there a workaround? Is there a way to install ghostdoc by hand? ...

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 have is /// <summary></summary> Does anybody know how to do this? ...