Skip to content

suzumaze/intellij-qiq-plugin

Repository files navigation

intellij-qiq-plugin

Build Version Downloads

A plugin for IntelliJ IDEA that provides support for the Qiq templating engine. This plugin recognizes files with .qiq.php extension as Qiq templates and offers features to enhance development. Key Features:

  • Syntax highlighting for Qiq template syntax

  • Code navigation to PHP classes and template files

    • Jump to Product class
      {{ use App\Entity\Product; }}
      {{ /** @var Product $product */ }}
      
    • Jump to customHelper class
      {{ customHelper () }}
      
    • Jump to template.qiq.php file
      {{= render ('/path/to/template') }}
      
  • Code formatting within templates

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "intellij-qiq-plugin" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

References and Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published