/oro-phpstorm-plugin

PhpStorm plugin, enables autocomplete for OroPlatform configuration files.

Primary LanguageJava

Oro PhpStorm Plugin Build Status

Version Downloads Downloads last month

This plugin for PhpStorm helps increase the development speed for the OroPlatform-based projects.

Requirements

The plugin requires PhpStorm 2016.1+.

Version

The plugin supports applications based on the 2.0.0 version of the OroPlatform.

Install and Upgrade

Oro PhpStorm Plugin is present in the official JetBrains repository, so developers are able to install and upgrade it using the PhpStorm capabilities.

Features

  • Autocompletion and high level validation for the following YAML configs:

    • acls.yml
    • actions.yml
    • api.yml
    • assets.yml
    • dashboards.yml
    • datagrids.yml
    • entity.yml
    • images.yml
    • layout.yml
    • navigation.yml
    • requirejs.yml
    • search.yml
    • system_configuration.yml
    • theme.yml
    • workflows.yml
  • Autocompletion for entity methods added dynamically during the application execution.

  • Possibility to navigate via the RequireJS modules.