Skip to content

luminarix/phpstorm-tempest

Repository files navigation

Tempest support for PHPStorm

Features

  • Views
    • Syntax highlighting for
      • {{ $var }}
      • {{!! $var !!}}
      • {{-- comment --}}
    • Autocompletion
      • On space*
        • {{ $var }}
        • {{!! $var !!}}
        • {{-- comment --}}
      • Control flow directives
        • :if
        • :elseif
        • :else
        • :foreach
        • :forelse
  • 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.

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages