Visual Studio 2010 + Doxygen = Netbeans how comment autocomplete?

Netbeans has this neat function for java / phpdoc where you type /**

above the method, press enter and generate a comment stub with appropriate fields, like

/**
 * <description>
 * @param foo
 * @param bar
 * @return 
 */
int asd(int foo, int bar){ }

      

Is there any plugin that does this on Visual Studio 2010 with Doxygen comments?

+3
comments autocomplete visual-studio-2010 netbeans doxygen


source to share


No one has answered this question yet

Check out similar questions:

558
Writing to the Visual Studio Output Window
483
jQuery autocomplete tagging plug-in like StackOverflow input tags?
343
How to use Boost in Visual Studio 2010
302
Visual Studio 2010 - Recommended Extensions
24
What is the meaning of the XML "see" and "seealso" tags in C # in Visual Studio 2010?
12
Annotate javascript methods in Visual Studio
12
Using Doxygen with Visual Studio 2010
2
Doxygen integration with Visual Studio 2010
1
DOXYGEN, Eclox: Autocomplete functions do not work with macro decoration
1
Importing a NetBeans C ++ Project into Visual Studio 2010



All Articles
Loading...
X
Show
Funny
Dev
Pics