Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

This is not actually a coding question but I have a little problem with VS 2003 and it's really annoying me.

 

I had a project which was originally written in VS 2002 and I have now installed VS 2003 and converted my project. The problem I have is that for some reason the auto check and format code (don't know exsacually what it is called) is not working untill I debug my project.

 

For example if I entered

 

public sub simon()

 

and then hit the return key it would normally automatically enter the "End Sub" line of code and format the code, but for some reason this is not happening anymore.

 

Does anyone know how to get this option to work again??

 

Thanks

 

Simon

  • Leaders
Posted (edited)

The option for this is in Tools>Options\Text Editor\Basic\VB Specific.

There are two relevant options: "Automatic insertion of end constructs," (what you specifically asked about) and "Automatic insertion of Interface and MustOverride members."

P.S. "Pretty Listing" is the option for automatic formatting.

Edited by snarfblam
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...