如果我粘贴类似的东西
<asp:DropDownList ID="DropDownListExpirationDate" runat="server" />
Run Code Online (Sandbox Code Playgroud)
在已经具有ID控件的ASPX文件上DropDownListExpirationDate,它将新粘贴的控件重命名为DropDownList1.
<asp:DropDownList ID="DropDownList1" runat="server" />
Run Code Online (Sandbox Code Playgroud)
我宁愿没有.我宁愿它只是粘贴我复制的内容.
有没有办法禁用此功能?
我在VS2008的一个项目编码,我试图按CTR + R + E封装一个字段作为属性(resharper的功能),我f f f fin,现在我到处都有点我有空格我无法弄清楚怎么样摆脱它.例如
using.System;
Namespace.EgNamespace
{
....public.class.TestClass
....{
........public.void.TestMethod()
........{
............return;
........}
....}
}
Run Code Online (Sandbox Code Playgroud)
圆点居中但非常接近.我一直在为工具 - >选项 - >文本编辑器进行切换,以便将其关闭,但我处于迷失状态.