Visual Studio中的代码编辑就像在Aptana Studio中一样

Mar*_*son 3 aptana configuration visual-studio

是否有任何Visual Studio插件可以让您拥有Aptana Studio中的精彩类型,即:

  • 自动支撑完成
  • 在大括号内按下'enter'时自动缩进大括号(和其他字符),如下所示:

在输入之前:

{*}
Run Code Online (Sandbox Code Playgroud)

输入后:

{
    *
}
Run Code Online (Sandbox Code Playgroud)

是否可以在Visual Studio中使用(通过插件或其他方式)?

J. *_*een 7

例如,您可以使用Resharper,http://www.jetbrains.com/resharper,它是代码样式,代码重构和格式化的付费插件.相当先进.

还有Visual Assist X,http://www.wholetomato.com/,以及JustCode,http://www.telerik.com/products/justcode.aspx等等.有几种产品可供选择,其中大部分都是为了赚钱,其中大部分都是好的 =)