Options

Feature request- block comments

jensonianjensonian Posts: 5
edited February 26, 2007 10:52AM in SQL Prompt Previous Versions
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.

Comments

  • Options
    Bart ReadBart Read Posts: 997 Silver 1
    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
    Bart Read
    Principal Consultant
    bartread.com Ltd
  • Options
    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
  • Options
    Bart ReadBart Read Posts: 997 Silver 1
    Ah OK, nice. Thanks Ken, I'll add it to the feature list.
    Cheers,
    Bart
    Bart Read
    Principal Consultant
    bartread.com Ltd
Sign In or Register to comment.