javadoc comments
Submitted by Tuesday, 10 August, 2004 - 01:12
on
When I use vim, I can use a .vimrc to specify that when I start comments and hit enter, the next line will continue the comment characters. For example:
/* blah blah* the asterick is entered automatically */ // comment // line 2 where // is entered automatically when ENTER is hit /** * Javadoc style comment does the same thing */