This is getting really irritating. At first it was minor, I can just shift-tab and it goes back, but it's just getting annoying.
Whenever I start coding a blade template and put something (anything) that has a closing in, such as @foreach, and hit enter, it autocompletes and indents the closing like so:
@foreach($a as $b)
@endforeach
Though honestly, it doesn't just do this with blade. It does it with other things too. I don't remember what, I think Javascript, but I notice it most in Blade.
I've had this issue since the Blade support came in, I'm using the latest EAP now and it's still there. I can't seem to find anything to fix it.
Edit:
To add, is there a way to make it act more visual-studio-like and do this when you hit enter and it autocompletes?
@foreach($a as $b)
*cursor here*
@endforeach