How to avoid reformatting code ?

  • Thread starter Thread starter craigkenisston
  • Start date Start date
C

craigkenisston

Hi,

While developing in Vs.Net 2003, when I go to the designer and change
something, even small changes, my HTML code gets horrible reformated.
I'd rather would like to Visual Studio just add/change code surrounding
my changes.
Is there anyway to stop this behavior ?
 
Unfortunately there's no way to do it in 2003. This was a common complaint.
The team heard it and it is fixed in VS 2005. It leaves your code alone.

Ken
Microsoft MVP [ASP.NET]
 
You can't fully stop it, but you can uncheck a couple of options to help. Go
to:

Tools --> Options --> Text Editor --> HTML/XML --> Format

Uncheck the top 2 options.

Hope that helps somewhat!
/gerrod
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top