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.Throwable at com.intellij.formatting.engine.AlignmentHelper.reportAlignmentProcessingError(AlignmentHelper.java:65) at com.intellij.formatting.engine.AlignmentHelper.applyAlignment(AlignmentHelper.java:81) at com.intellij.formatting.engine.IndentAdjuster.adjustIndent(IndentAdjuster.java:53) at com.intellij.formatting.engine.AdjustWhiteSpacesState.processToken(AdjustWhiteSpacesState.java:175) at com.intellij.formatting.engine.AdjustWhiteSpacesState.doIteration(AdjustWhiteSpacesState.java:75) at com.intellij.formatting.engine.State.iteration(State.java:25) at com.intellij.formatting.engine.StateProcessor.iteration(StateProcessor.java:26)...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.Throwable: Stub index points to a file (file = file:///Users/panos/_DeveloperArea/magento-dev/src/dev/tests/static/framework/tests/unit/testsuite/Magento/PhpStan/Reflection, file type = com.intellij.openapi.fileTypes.UnknownFileType@7ccb615c, indexed...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` com.intellij.openapi.vfs.newvfs.impl.VfsData$FileAlreadyCreatedException: fileId=188154; nameId=58901(cache); parentId=181372; parent.name=@emotion; parent.children=modStamp: 344521; children: ["react"; nameId: 39045; id: 184420 (unknown), "styled";...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.AssertionError: record(3794977).fileId(564878) != backref fileId(566969), AttributesRecord[directory][0..7, length: 7][backRefFileId: 566969, dedicatedAttributeId: -1] at com.intellij.openapi.vfs.newvfs.persistent.AttributesStorageOverBlobStorage.lambda$readAttributeValue$6(AttributesStorageOverBlobStorage.java:997) at com.intellij.openapi.vfs.newvfs.persistent.dev.blobstorage.StreamlinedBlobStorageOverMMappedFile.readRecord(StreamlinedBlobStorageOverMMappedFile.java:219)...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.NoClassDefFoundError: Could not initialize class com.intellij.lang.javascript.index.gist.JSStubElementGist at com.intellij.lang.javascript.psi.stubs.impl.JSGistDataOwnerStub.initFromPsi(JSGistDataOwnerStub.java:40) at com.intellij.lang.javascript.psi.stubs.impl.JSGistDataOwnerStub.(JSGistDataOwnerStub.java:30) at com.intellij.lang.javascript.psi.stubs.impl.JSNamedObjectStubBase.(JSNamedObjectStubBase.java:39) at com.intellij.lang.javascript.psi.stubs.impl.JSQualifiedObjectStubBase.(JSQualifiedObjectStubBase.java:59) at...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.Throwable: The method designed for fully qualified names only. Got "null|string". at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202) at com.jetbrains.php.util.PhpContractUtil.assertFqn(PhpContractUtil.java:19)...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.RuntimeException: java.io.IOException: Cannot find jsLanguageServicesImpl at com.intellij.lang.javascript.ecmascript6.TypeScriptUtil.getTypeScriptCompilerFolderFile(TypeScriptUtil.java:812) at com.intellij.lang.typescript.compiler.TypeScriptCompilerSettings.getDefaultTypeScriptServiceDirectory(TypeScriptCompilerSettings.java:164) at com.intellij.lang.typescript.library.TypeScriptServiceDirectoryWatcher.getDefaultServicePath(TypeScriptServiceDirectoryWatcher.java:66) at com.intellij.lang.typescript.library.TypeScriptCustomServiceLibrariesRootsProvider.getNonDefaultServiceDirectoryFile(TypeScriptCustomServiceLibrariesRootsProvider.kt:41) at com.intellij.lang.typescript.library.TypeScriptCustomServiceLibrariesRootsProvider.getAdditionalProjectLibraries$lambda$0(TypeScriptCustomServiceLibrariesRootsProvider.kt:18)...
**Describe the bug** (*) Generate a CLI command via the plugin and it will create a function like ``` /** * CLI command description. * * @param InputInterface $input *...
UCT inspections index should be generated for the latest 2.4.5 version 2.4.4-beta4 version indexes can be removed as non-actual.
**Describe the bug** If you create a class with the suffix **Factory** and then try to add it as an argument to another class the validation complains about: `The class...