Code editing in Visual Studio like it is in Aptana Studio

会有一股神秘感。 提交于 2019-12-10 10:24:15

问题


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)?


回答1:


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




回答2:


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

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

and others.



来源:https://stackoverflow.com/questions/6788692/code-editing-in-visual-studio-like-it-is-in-aptana-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!