You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://plugins.jetbrains.com/plugin/8024)
6
6
7
-
This is a plugin for Magento 2 development in the PhpStorm IDE. It is available via the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/8024)
7
+
This is a PhpStorm IDE plugin for a better Magento 2 development workflow. It is available via the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/8024)
8
+
8
9
## Installation
9
10
10
11
1. Go to `Settings > Preferences` in the PhpStorm IDE
11
12
2. Navigate to `Plugins`
12
13
3. Click the `Browse repositories...` button and search for "Magento PhpStorm"
13
14
4. Install the plugin and restart PhpStorm
14
15
5. Go to `Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento` in the PhpStorm IDE
15
-
6. Check `Enable` and `OK` button.
16
+
6. Check `Enable` and click the `OK` button
16
17
17
18
## Works with
19
+
18
20
* PhpStorm >= 2020.1.1
19
21
* JRE >= 1.8
20
22
@@ -48,11 +50,12 @@ This is a plugin for Magento 2 development in the PhpStorm IDE. It is available
48
50
-**Enhancement** - Know how to improve existing functionality? Open an issue describe how to enhance the plugin.
49
51
-**New feature proposal** - Know how to make a killer feature? Do not hesitate to submit your proposal.
50
52
3) The issue will appear in the `Ready for Grooming` column of the [Community Backlog](https://github.com/magento/magento2-phpstorm-plugin/projects/2). Once it will be discussed and approved the issue will be ready for development.
53
+
4) Refer to the [Contributing Guide](https://github.com/magento/magento2-phpstorm-plugin/blob/2.1.0-develop/.github/CONTRIBUTING.md) for more information on how to contribute.
51
54
52
-
### <imgsrc="https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png"width="20"> Join [#phpstorm-plugin](https://magentocommeng.slack.com/archives/C010C2LUCEA) Slack channel for more details.
53
-
55
+
### <imgsrc="https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png"width="20"> Join the [#phpstorm-plugin](https://magentocommeng.slack.com/archives/C010C2LUCEA) Slack channel to get more involved
54
56
55
57
## License
58
+
56
59
Each Magento source file included in this distribution is licensed under OSL-3.0 license.
57
60
58
-
Please see[LICENSE.txt](https://github.com/magento/magento2-phpstorm-plugin/blob/master/LICENSE.txt) for the full text of the [Open Software License v. 3.0 (OSL-3.0)](http://opensource.org/licenses/osl-3.0.php).
61
+
Please read the[LICENSE.txt](https://github.com/magento/magento2-phpstorm-plugin/blob/master/LICENSE.txt) for the full text of the [Open Software License v. 3.0 (OSL-3.0)](http://opensource.org/licenses/osl-3.0.php).
Copy file name to clipboardExpand all lines: resources/magento2/inspection.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
inspection.plugin.duplicateInSameFile=The plugin name already used in this file. For more details see Inspection Description.
2
2
inspection.plugin.duplicateInOtherPlaces=The plugin name "{0}" for targeted "{1}" class is already used in the module "{2}" ({3} scope). For more details see Inspection Description.
3
+
inspection.plugin.disabledPluginDoesNotExist=This plugin does not exist to be disabled.
3
4
inspection.graphql.resolver.mustImplement=Class must implements any of the following interfaces: \\Magento\\Framework\\GraphQl\\Query\\ResolverInterface, \\Magento\\Framework\\GraphQl\\Query\\Resolver\\BatchResolverInterface, \\Magento\\Framework\\GraphQl\\Query\\Resolver\\BatchServiceContractResolverInterface
4
5
inspection.graphql.resolver.notExist=Resolver class do not exist
0 commit comments