vote up 3 vote down star

Is it possible to turn off all HTML formatting in Visual Studio 2008? It just totally messes everything up. For example, I'll add a grid with columns, styles, etc. with them all indented and on separate lines. I'll switch to design view or split view and all the work I just did is on one line! It is so frustrating.

I've changed some things in the Options menu but is there any way to turn it off completely?

I don't use design view usually. I enter my tags and controls using source view but sometimes I will switch for a second to look at something.

flag

75% accept rate
Argh! It is SO frustrating to wrestle with Visual Studio. I only work in code view, but sometimes you just have to look at design view and you end up with such a mess. Thank you SO much for getting us an answer for this. – DOK Nov 5 '08 at 15:28

2 Answers

vote up 3 vote down check

There are some formatting options under Tools-->Options-->Text Editor-->HTML-->Format while there doesn't seem to be an option to turn it off, there may be something there to define how you want it to format.

To reformat the document hit (CTRL+K,CTRL+D) or Edit-->Advanced-->Format Document.

link|flag
The Format Document worked like a charm! Thanks! – Keith Nov 5 '08 at 15:16
vote up 1 vote down

Don't use design view. A good asp.net developer doesn't need it. It only brings with it more headaches than benefits.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.