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') }}
- Jump to Product class
-
Code formatting within templates
-
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.
-
Similar Projects
The source code for the Twig and Blade plugins is currently closed-source. The Smarty plugin is included with the PHP library com.jetbrains.php via Gradle.