In Visual Studio 2005, is there a way to indent correctly the tags in the aspx file (not in .cs files but really in ASPX files which contain HTML/ASP code)?
feedback
|
|
You can fix indenting using the shortcut Ctrl-K+D | |||||
feedback
|
|
Those keystrokes translate to:
For some reason, the latter seems to work better for me. Note, these also work for other file types: C#, VB, XML etc... | |||
|
feedback
|
|
You want to go to Tools > Options and then navigate to Text Editor > All Languages > Tabs. The settings you want are: Under Indenting click the "Smart" Radio box for smart indenting. Under Tab you want tab size 4 and indent size 4. And check the radio button labeled Insert Spaces. You can also change these settings for each language individually. Also some of them don't have Smart indenting, like html. | |||
|
feedback
|