Activity overview
Latest activity by jensonian
Thanks for your reply, Bart.
No, I'm referring to the the IDE's behavior when constructing a block comment. So, start a block comment, type, enter a carriage return and you get another "*":
/* Type some text here
* IDE puts in the asterisk at the beginning and indents automatically.
*/
Thanks,
Ken / comments
Thanks for your reply, Bart.
No, I'm referring to the the IDE's behavior when constructing a block comment. So, start a block comment, type, enter a carriage return and you get another "*":
/* Typ...
Feature request- block comments
First off- great product! I would love to see support for block comment behavior like that of the VS IDE (using c#). Of course, an option to please everyone.
Keep up the good work.