Comments
3 comments
-
Hi there,
I'm asumming you mean the ability to comment out/uncomment blocks of code? This functionality is actually built in to SQL Server Management Studio already using the CTRL+K, CTRL+C sequence to comment code and CTRL+K, CTRL+U to uncomment.
Thanks,
Bart -
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 -
Ah OK, nice. Thanks Ken, I'll add it to the feature list.
Cheers,
Bart
Add comment
Please sign in to leave a comment.
Keep up the good work.