Results 1 to 3 of 3

Thread: [2005] Auto string/bracket completion?

  1. #1

    Thread Starter
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668

    [2005] Auto string/bracket completion?

    I've search through the settings and haven't found an option for this, does anyone know if it's possible to configure VS 2005 to autocomplete brackets and strings while I type?

    ie. When I type:

    xmldoc.AppendChild(

    VS will place the ")" for me and put the cursor inside the brackets?
    If wishes were fishes we'd all cast nets.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [2005] Auto string/bracket completion?

    I wish.....MessageBox.Show("blah blah <hack hits enter>

    Always gives me an error cause I didn't go back and put on the closing parentheses.

  3. #3
    Fanatic Member
    Join Date
    Feb 2007
    Location
    Eindhoven
    Posts
    828

    Re: [2005] Auto string/bracket completion?

    I don't think that vs 2005 will dothat, but on the other hand, i you type

    xmldoc.AppendChild the correct number of parameters

    then VS will put the brackets for u if the overload exists

    example

    messageBox.show "My text"

    then VS will put the brackets
    mesageBox.show("My Text")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width