我正在使用Visual Studio 2015社区版。这一行:
public static List<BaseRecipe> Recipes { get { return recipes; } }
当我输入它时,变成了下面。
public static List<BaseRecipe> Recipes
{
get
{
return recipes;
}
}
是的,我确实有#34;自动大括号完成&#34;已关闭&#34;选项&gt;文本编辑器&gt; C#&#34 ;.这不是一个大问题,只是一个小烦人的问题,每次我输入一个房产需要十秒左右的时间来修复。
答案 0 :(得分:1)
关闭.ui-icon.headerIconClass{
background:url('/imageLocation') no-repeat !important;
width:20px; // make sure these sizes match your image size.
height:20px;
}
.ui-icon.activeHeaderClass{
background:url('/imageLocation') no-repeat -5px !important;
width:20px; // make sure these sizes match your image size.
height:20px;
}