Hello all, I am wondering if it is possible to do the following:
a) if( condition_1 ){
......
p) whle( condition_2 ){
........
r) } //while ( condition_2 )
...
w) } //if( condition_1 )
Is there a way to generate the comments at line r and w. I know there is a match-paren
command that takes you to the mathching parenthesis. Hopefully I am making sense here
in what I want to do. Any feedback is appreciated.
Thanks.
-rohit
