【发布时间】:2014-03-12 07:26:31
【问题描述】:
是否有可能格式化常量?转这个
public const string SHORT_CONST = "MyShortConst";
public const string QUITE_LONG_CONST = "MyQuiteLongConst";
进入这个
public const string SHORT_CONST = "MyShortConst";
public const string QUITE_LONG_CONST = "MyQuiteLongConst";
【问题讨论】:
-
看看这个thread。不过可能已经过时了
标签: c# refactoring resharper