|
108 | 108 | <depends>com.intellij.modules.platform</depends>
|
109 | 109 |
|
110 | 110 | <extensions defaultExtensionNs="com.intellij">
|
111 |
| - <!-- |
112 |
| - <toolWindow id="Magento2 Modules" |
113 |
| - icon="/resources/magento2-module.png" |
114 |
| - anchor="left" |
115 |
| - secondary="false" |
116 |
| - factoryClass="com.magento.idea.magento2plugin.php.tool.ModuleToolWindowFactory" /> |
117 |
| - --> |
118 | 111 | <projectConfigurable instance="com.magento.idea.magento2plugin.project.SettingsForm"
|
119 | 112 | id="Magento2.SettingsForm"
|
120 | 113 | displayName="Magento"
|
|
130 | 123 | <psi.referenceContributor language="PHP" implementation="com.magento.idea.magento2plugin.reference.php.PhpReferenceContributor"/>
|
131 | 124 | <psi.referenceContributor language="JavaScript" implementation="com.magento.idea.magento2plugin.reference.js.JsReferenceContributor"/>
|
132 | 125 |
|
133 |
| - |
134 | 126 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.EventObserverIndex" />
|
135 | 127 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.EventNameIndex" />
|
136 | 128 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.TypeConfigurationIndex" />
|
|
147 | 139 | <codeInsight.lineMarkerProvider language="PHP" implementationClass="com.magento.idea.magento2plugin.php.linemarker.ClassConfigurationLineMarkerProvider"/>
|
148 | 140 | <codeInsight.lineMarkerProvider language="PHP" implementationClass="com.magento.idea.magento2plugin.php.linemarker.WebApiLineMarkerProvider"/>
|
149 | 141 |
|
150 |
| - <!--<localInspection language="PHP" shortName="MagentoApiInspection" displayName="Module API"--> |
151 |
| - <!--groupPath="Magento2"--> |
152 |
| - <!--groupName="Module Integrity"--> |
153 |
| - <!--enabledByDefault="true"--> |
154 |
| - <!--level="WARNING" implementationClass="com.magento.idea.magento2plugin.php.inspections.MagentoApiInspection"/>--> |
155 |
| - <!--<localInspection language="PHP" shortName="ObjectManagerInspection" displayName="ObjectManager usage"--> |
156 |
| - <!--groupPath="Magento2"--> |
157 |
| - <!--groupName="Module Integrity"--> |
158 |
| - <!--enabledByDefault="true"--> |
159 |
| - <!--level="WARNING" implementationClass="com.magento.idea.magento2plugin.php.inspections.ObjectManagerInspection"/>--> |
160 |
| - <!-- Add your extensions here --> |
161 | 142 | <directoryProjectConfigurator implementation="com.magento.idea.magento2plugin.project.ProjectDetector"/>
|
162 | 143 | </extensions>
|
163 | 144 |
|
|
0 commit comments