开发者

Code editing in Visual Studio like it is in Aptana Studio

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

  • Auto brace completion
  • Auto indentation of braces (and other characters) whenever 'enter' is pressed inside the braces, like so:

Before enter:

{*}

After enter:

{
    *
}

Is it possible to make this work 开发者_如何学运维in Visual Studio (via plugin or otherwise)?


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.

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. =)


Check Productivity Power Tools. It has plenty of nice stuff:

  • Auto Brace Completion
  • Quick Find
  • Enhanced Scrollbar
  • Searchable Add Reference Dialog

and others.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜