extjs2samples.resharper
来自「经典编程900例(C语言),主要是C基础知识」· RESHARPER 代码 · 共 16 行
RESHARPER
16 行
<Configuration>
<CodeInspection>
<AssertionMethod MethodName="System.Diagnostics.Debug.Assert" Parameter="0" Type="IS_TRUE" />
<AssertionMethod MethodName="NUnit.Framework.Assert.IsTrue" Parameter="0" Type="IS_TRUE" />
<AssertionMethod MethodName="NUnit.Framework.Assert.IsFalse" Parameter="0" Type="IS_FALSE" />
<AssertionMethod MethodName="NUnit.Framework.Assert.IsNull" Parameter="0" Type="IS_NULL" />
<AssertionMethod MethodName="NUnit.Framework.Assert.IsNotNull" Parameter="0" Type="IS_NOT_NULL" />
<TerminatingMethod MethodName="System.Diagnostics.Debug.Fail" />
<TerminatingMethod MethodName="System.Environment.Exit" />
<TerminatingMethod MethodName="NUnit.Framework.Assert.Fail" />
<NotNullableValueAttribute>
</NotNullableValueAttribute>
<CanBeNullValueAttribute>
</CanBeNullValueAttribute>
</CodeInspection>
</Configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?