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