Visual Studio 2008 formats asp tags to lowercase

后端 未结 4 554
一整个雨季
一整个雨季 2020-12-21 10:35

Recently, my Visual Studio 2008(with Resharper 4.5) has started to reformat asp tags into lowercase.

Example:



        
4条回答
  •  北海茫月
    2020-12-21 10:57

    I'm not sure about a permanent fix, but what you can do is select the troublesome coding then hit CTRL+K followed by CTRL+F, so in order..

    CTRL + K, F
    

    This will auto format the coding (and make it the proper case). If this doesn't work then it might be an auto-format issue/setting

提交回复
热议问题