Magicento icon indicating copy to clipboard operation
Magicento copied to clipboard

PHPStorm plugin for Magento developers

Results 88 Magicento issues
Sort by recently updated
recently updated
newest added

When I create a new module for magento 1 I get an exception. The module configuration file in app/etc is created but empty. PhpStorm Version 2022.2 (Build #PS-222.3345.135), Magicento Version...

Trying out Jetbrains new tool called "Gateway" and I wanted to try out Magicento. However I am greeting with this error message: `Plugin 'Magicento' requires plugin 'com.jetbrains.php' to be installed`...

The project is fully indexed. I wanted to create a class overwrite. The error thrown: stacktrace.txt ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:67) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:821) at...

Add code to create data patches that are available on Magento2

Hello, I am getting an error with Magicento2 saying that the Magento2 source code must be inside PhpStorm project folder, however, that's exactly what I have. One of my project...

`stacktrace.txt`: ``` java.lang.NullPointerException at com.magicento.MagicentoAction._getMagentoContextActions(MagicentoAction.java:123) at com.magicento.MagicentoAction.executeAction(MagicentoAction.java:29) at com.magicento.actions.MagicentoActionAbstract.actionPerformed(MagicentoActionAbstract.java:406) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:280) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.lambda$actionPerformed$0(ActionMenuItem.java:296) at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:281) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(IdeFocusManagerImpl.java:77) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:285) at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$fireActionPerformed$0(ActionMenuItem.java:112) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:112) at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:517) at...

Currently the plugin expects that you are running the Magento2 project on the same system as your IDE. However I am running the project in a VM. It seems like...

Hello, I've just updated Magicento 1 to the newest version in order to be able to use it with 2020.1 release of PhpStorm. I was using a separate 2019.2.5 for...

> indexingStart.trace `java.lang.Throwable at com.intellij.openapi.project.DumbServiceImpl.queueAsynchronousTask(DumbServiceImpl.java:316) at com.intellij.openapi.project.DumbServiceImpl.queueTask(DumbServiceImpl.java:292) at com.intellij.openapi.roots.impl.ProjectRootManagerComponent.synchronizeRoots(ProjectRootManagerComponent.java:315) at com.intellij.openapi.roots.impl.ProjectRootManagerComponent.fireRootsChangedEvent(ProjectRootManagerComponent.java:214) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.fireRootsChanged(ProjectRootManagerImpl.java:426) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$200(ProjectRootManagerImpl.java:38) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$BatchSession.rootsChanged(ProjectRootManagerImpl.java:97) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.makeRootsChange(ProjectRootManagerImpl.java:369) at com.jetbrains.php.config.library.PhpAdditionalLibraryManager.lambda$null$5(PhpAdditionalLibraryManager.java:191) at com.intellij.openapi.application.WriteAction.run(WriteAction.java:102) at com.jetbrains.php.config.library.PhpAdditionalLibraryManager.lambda$fireLibraryChanged$6(PhpAdditionalLibraryManager.java:191) at com.intellij.openapi.project.DumbServiceImpl.unsafeRunWhenSmart(DumbServiceImpl.java:275) at com.intellij.openapi.project.DumbServiceImpl.lambda$runWhenSmart$0(DumbServiceImpl.java:263) at...

http://inchoo.net/magento-2/magento-2-custom-api/ Consider we have an interface for API ```php