

#Drupal wiki plugin code
IntelliJ IDEA recognizes and treats files as php files and provides code highlighting based on file type associations. Associating Drupal-specific files with the PHP file type To apply a suggestion, click the link next to the reported event. For each discrepancy IntelliJ IDEA suggests a fix. Whether you enable the Drupal support in an existing IntelliJ IDEA project or create a new project with a Drupal module, IntelliJ IDEA checks if the development environment is configured properly for Drupal development.Īny detected inconsistency is reported in the Event Log tool window and as a popup.

In the Drupal Module dialog that opens, select the Enable Drupal integration checkbox and proceed as when creating a project with a Drupal module: specify the root folder of the Drupal installation, choose the version to use, and configure include paths. IntelliJ IDEA detects a Drupal-specific structure and shows a notification:Ĭlick Enable in the notification. When you open an existing Drupal module, IntelliJ IDEA recognizes the Drupal-specific structure and suggests activating the Drupal support.Ĭlick Open on the Welcome screen or choose File | Open from the main menu, then choose the folder where your Drupal module is stored. After you leave the dialog, the following paths will be added to the Include Paths list on the PHP reference page: /includes, /modules, and /sites/all/modules Select the Set up PHP | Include paths checkbox to have Drupal include paths automatically configured for the project. Later you can change the Drupal installation and re-configure the include paths on the Frameworks page as described in Changing the Drupal settings Specify the root folder of the Drupal installation and choose the version of Drupal to use, the supported versions are 6, 7, 8, and 9.ĭrupal 10 is currently not supported, use version 9 in the IDE settings instead. On the second page of the wizard, specify the project name, and the folder where it will be created. In the left-hand pane, click PHP from the list, then choose Drupal Module in the right-hand pane, and then click Next.

For Drupal 8, a module_ file is generated.Ĭhoose File | New | Project or click Create New Project on the Welcome screen. IntelliJ IDEA generates and configured a project stub in accordance with the selected Drupal version. You can create an IntelliJ IDEA project by a Drupal Module template, this project will be set up and configured in accordance with the Drupal requirements.
