magento2-phpstorm-plugin
magento2-phpstorm-plugin copied to clipboard
PHPStorm Plugin for Magento 2
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.IllegalArgumentException: Cannot add an action twice: Magento 2 Widget File (Create a new Magento 2...
**Is your feature request related to a problem? Please describe.** I think it would be great to be able to select the `datetime` type for a property when I create...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null at java.desktop/javax.swing.ImageIcon.(ImageIcon.java:232) at com.magento.idea.magento2uct.ui.ConfigurationDialog.$$$setupUI$$$(ConfigurationDialog.java) at com.magento.idea.magento2uct.ui.ConfigurationDialog.(ConfigurationDialog.java:76) at...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.IllegalArgumentException: Cannot add an action twice: Magento 2 WEB API File (Create a new Magento...
**Describe the bug** (*) A clear and concise description of what the bug is. When clicking on configure the upgrade compatibility tool, it fails with this error on phpstorm ```...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.IllegalArgumentException: Element from alien project: 109950158 expected: 755792203; basePathEquals: false; nameEquals: false at com.intellij.psi.impl.smartPointers.SmartPointerManagerImpl.ensureMyProject(SmartPointerManagerImpl.java:104) at...
**Describe the bug** (*) When we are running the UCT tooling as part of the plugin we run into an out of memory issue with php. Unfortunately it seems not...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` com.intellij.diagnostic.Freeze at com.intellij.util.indexing.impl.MapReduceIndex.mapByIndexer(MapReduceIndex.java:385) at com.intellij.util.indexing.impl.MapReduceIndex.mapInput(MapReduceIndex.java:376) at com.intellij.util.indexing.impl.MapReduceIndex.mapInputAndPrepareUpdate(MapReduceIndex.java:301) at com.intellij.indexing.composite.CompositeInvertedIndexBase.updateBaseIndex(CompositeInvertedIndexBase.java:287) at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:52) at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:29) at com.intellij.util.indexing.FileBasedIndexImpl.createSingleIndexValueApplier(FileBasedIndexImpl.java:1649)...
**Describe the bug** When generating a before plugin for method that accepts scalar parameters, sometimes the generated plugin class contains imports for scalars like `int`, treating them as classes rather...
I get this message whenever a click anywhere in the IDE and it breaks the entire inspection. ``` java.lang.IllegalArgumentException: No enum constant com.magento.idea.magento2uct.packages.SupportedVersion.2.3.0 at java.base/java.lang.Enum.valueOf(Enum.java:293) at com.magento.idea.magento2uct.packages.SupportedVersion.valueOf(SupportedVersion.java:20) at com.magento.idea.magento2uct.settings.UctSettingsService.getCurrentVersionOrDefault(UctSettingsService.java:178) at...