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)?
EDIT for clarification.