Skip to content

K-cermak/Enplated-MVC-vsc-extension

Repository files navigation

Enplated MVC - Visual Studio Code Extension

  • Syntax Highlight support for .enp Blade files used in the Enplated MVC framework.
  • Auto-completion for .enp Blade directives.
  • Core and Demo projects are available at Enplated MVC website or GitHub.

Supported .enp Blade directives:

  • @if
  • @elseif
  • @else
  • @endif
  • @for
  • @endfor
  • @foreach
  • @endforeach
  • @include
  • {{ env() }}
  • {{ $variable }}
  • {{-- comment --}}
  • @php
  • @endphp