I already installed several Atom plugins to enable features to recognize PHP syntax in my project, but I did not succeed, which is my goal? And when I type the code it can complete, see the example below;
@foreach($courses as $course)
<div class="col-md-3">
<h3>{{ $course->name }}</h3>
<p>{{ $course->description }}</p>
</div>
@endforeach
In the example, with the plugin installed it was for when I type @forea ... and it completes.
I just need to know which plugin to install in the Atom Editor.
With the suggestions that have gone through, it stays that way, but it's not the way I need it;
When typing @fore .. it was not for him to have put <?php ?>
@<?php foreach ($variable as $key => $value): ?>
<?php endforeach; ?>