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

问题描述:

是否有任何 Visual Studio 插件可以让您拥有在 Aptana Studio 中获得的美妙类型样式,即:

Is there any plugins to Visual Studio that enables you to have the wonderful type-style you get in Aptana Studio, ie:

  • 自动大括号补全
  • 每当在大括号内按下输入"时,大括号(和其他字符)的自动缩进,如下所示:

输入前:

{*}

输入后:

{
    *
}

是否可以在 Visual Studio 中进行这项工作(通过插件或其他方式)?

Is it possible to make this work in Visual Studio (via plugin or otherwise)?

例如,您可以使用 Resharper、http://www.jetbrains.com/resharper,这是一个代码风格、代码重构和格式的付费插件.比较先进.

You can use, for instance, Resharper, http://www.jetbrains.com/resharper, which is a pay-for plugin for code style, code refactoring and formatting. Rather advanced.

还有 Visual Assist X、http://www.wholetomato.com/ 以及 JustCode, http://www.telerik.com/products/justcode.aspx 和一个整体更多.有几种产品,其中大部分是为了钱,其中大部分是好的.=)

There's also Visual Assist X, http://www.wholetomato.com/, as well as JustCode, http://www.telerik.com/products/justcode.aspx and a whole lot more. Several products available, most of them for money, most of them good. =)