- Views
- Syntax highlighting for
{{ $var }}
{{!! $var !!}}
{{-- comment --}}
- Autocompletion
- On space*
{{ $var }}
{{!! $var !!}}
{{-- comment --}}
- Control flow directives
:if
:elseif
:else
:foreach
:forelse
- On space*
- Syntax highlighting for
- Go to view functionality (
view('hello-world.view.php')
) - Go to view component functionality (
<x-*>
)
*: for example, write {{
, press space and the plugin will autocomplete the }}
part.
Download the latest .jar
release from the releases page (or build it yourself with gradlew build
) and install it from the disk as shown on the picture below.