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
source to share
No one has answered this question yet
Check out similar questions: