Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 938 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 938 Bytes

PhpStorm Magento 2 Plugin

This is a plugin for Magento 2 development in the PhpStorm IDE. It is available via the JetBrains Plugin Repository

Installation

  1. Go to Settings / Preferences in the PhpStorm IDE

  2. Navigate to "Plugins"

  3. Click the "Browse repositories..." button and search for "Magento2"

  4. Install the plugin and restart PhpStorm

Works with

  • PhpStorm >= 8.0.3
  • JRE >= 1.7

Features

Configuration smart completion and references

  • di.xml
  • layouts
  • events.xml
  • webapi.xml

Inspections

  • @api usage
  • ObjectManager usage

Code helpers

  • "Navigate to configuration" reference in scope of class/interface
  • "Go to plugin" reference in scope of class/interface

License

Copyright (c) 2015 Dmytro Kvashnin. See LICENSE.md for details.