Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.83 KB

config-cli-subcommands-urn.md

File metadata and controls

54 lines (39 loc) · 2.83 KB
layout group subgroup title menu_title menu_node menu_order version github_link
default
config-guide
04_CLI
URN highlighter
URN highlighter
215
2.0
config-guide/cli/config-cli-subcommands-urn.md

Overview of URN highlighter

Magento code references all XSD schemas as Uniform Resource Names (URNs). If you're developing code and need to reference XSDs, this command configures your integrated developer environment (IDE) to recognize and highlight URNs. This makes development easier.

By default, an IDE like PHPStorm is not configured to recognize URNs and, as a result, they display in red text as follows:

The magento dev:urn-catalog:generate command enables your IDE (currently, only PHPStorm) to recognize and highlight URNs like the following:

Specifically, this command creates the following PHPStorm configuration:

First steps

{% include install/first-steps-cli.html %}

Configure your IDE

Currently, only PHPStorm is supported.

Command syntax:

magento dev:urn-catalog:generate <path>

where <path> is the path to your PHPStorm misc.xml file, which is located relative to your project root. Typically, <path> is .idea/misc.xml

Related topics