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.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...
**Is your feature request related to a problem? Please describe.** This request proposes improvements to the XML autocomplete functionality for various Magento 2 configuration files. Enhancing these autocompletions can significantly...
**Description** (*) This pull request (PR) provides, fixing bugs View Model can be created in the vendor. https://user-images.githubusercontent.com/30952336/195614671-9dcb0e86-8870-44f8-83c7-30869d8d2c95.mov **Fixed Issues (if relevant)** 1. Fixes magento/magento2-phpstorm-plugin#1204 **Questions or comments** **Contribution checklist**...
This pull request fixes a bug in the ConfigurasiManager module of the Magento 2 PhpStorm plugin. Previously, there was an issue with configuration parsing that caused incorrect processing, preventing proper...
**Describe the bug** Constants are marked as unused elements if they are used only in `di.xml`. During refactoring, such constants may be deleted, since the developer may forget to check...
**Describe the bug** (*) When using a path repository for development, you'll often have two directories containing the same code. One in your path (and project), and one in the...
**Description** (*) This pull request (PR) provides, created a new action "Override email template in a project theme". https://user-images.githubusercontent.com/30952336/197190242-7cf22151-7cb4-44ce-9820-bf3977a2f144.mov **Fixed Issues (if relevant)** 1. Fixes magento/magento2-phpstorm-plugin#1205 **Questions or comments** **Contribution...
**Describe the bug** (*) I've generated my model called Lock from the phpstorm plugin. I'm generating my ui component grid based on the Lock model triad via the ui comonent...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.IllegalArgumentException: offsetInFile(=-941258560) must be >=0 at com.intellij.util.io.dev.mmapped.MMappedFileStorage.pageIndexByOffset(MMappedFileStorage.java:254) at com.intellij.util.io.dev.mmapped.MMappedFileStorage.pageByOffset(MMappedFileStorage.java:208) at com.intellij.openapi.vfs.newvfs.persistent.mapped.MappedFileStorageHelper.writeIntField(MappedFileStorageHelper.java:455) at com.intellij.openapi.vfs.newvfs.persistent.dev.FastFileAttributes$Int4FileAttribute.write(FastFileAttributes.java:98) at com.intellij.psi.stubs.IndexingStampInfoStorageOverFastAttributes.writeStampInfo(IndexingStampInfoStorage.kt:56)...
**Describe the bug** (*) A clear and concise description of what the bug is. ``` java.lang.NoClassDefFoundError: Could not initialize class com.intellij.lang.javascript.psi.util.JSDirectiveCommentLexer at com.intellij.lang.javascript.index.JSIdAndTodoScanner$JSFilterLexer.(JSIdAndTodoScanner.java:98) at com.intellij.lang.javascript.index.JSIdAndTodoScanner.createLexer(JSIdAndTodoScanner.java:92) at com.intellij.psi.impl.cache.impl.BaseFilterLexerUtil.calcIdEntries(BaseFilterLexerUtil.java:32) at com.intellij.lang.javascript.index.JSIdAndTodoScanner.scanContent(JSIdAndTodoScanner.java:71) at...