Laravel blade tag closing barely understood by editor
Well, this is awkward:

Here's a simplified example:
<select>
@foreach ($users as $user)
<option value="1" selected>Bob</option>
@end
</select>
So, the indentation is odd/off, and PHPStorm isn't pre-selecting or auto-filling `@endforeach`, even though logically doing anything else there after `@end` is typed makes no sense.
Please sign in to leave a comment.
Yes, that's an acknowledged issue: https://youtrack.jetbrains.com/issue/WI-43478 & https://youtrack.jetbrains.com/issue/WI-49607