Supercharge your XenForo projects in PhpStorm with the XenForo Query plugin! It connects directly to your project's database, giving you a powerful toolkit for building queries, including:
- Smart Code Completion: Get smart suggestions for table and column names right as you type. Whether you're using XenForo's query builder methods like
query
,table
, orjoin
for tables, orselect
,where
,orderBy
, and various insert/update functions for columns, the plugin knows your database schema and offers accurate autocompletion. - Easy Navigation & References: Jump straight from a table or column name in your PHP code to its definition in your database. No more hunting around: get to the schema details you need, fast.
The XenForo Query plugin uses your live database schema (with smart caching for speed!) to make writing, navigating, and checking your XenForo database queries a breeze.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "XenForo Query" > Install
-
Using JetBrains Marketplace:
Go to XenForo Query on 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 from GitHub and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.