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.

0

Please sign in to leave a comment.