In spite of having web essential & productive power tool installed for Visual Studio 2012, javascript code with in aspx page doesn't indent automatically.
This is how I type:
for (var i=0;i<=10;i++)
{
}
This is how I want to indent:
for (var i = 0; i <= 10; i++){
}
I am not sure which extension for VS 2012 used to do it on my older PC. The moment I type, end curly brace, it will indent my javascript code automatically. I did look at settings but didn't get it right
Can anyone help me out?