|
1 | 1 | 1.0.0 |
2 | 2 | ============= |
3 | 3 | * Features: |
4 | | - * "Go to GraphQL schema" line marker in the scope of class/interface and method |
5 | | - * "Go to GraphQL resolver class" line marker in the scope of GraphQL schema type arguments |
6 | 4 | * RequireJS mapping support (reference navigation, completion) |
7 | | - * Plugin class methods generation |
8 | | - * Code Inspection: Plugin declaration in the scope of a Plugin Class |
9 | 5 | * MFTF support MVP (reference navigation, completion) |
10 | | - * Fixed support of 2020.* versions of IDE's |
| 6 | + * Line markers for navigation from a plugin class to a target class |
| 7 | + * Line markers for navigation from a GraphQl resolver to schema and vice versa |
| 8 | + * Create a plugin for a class public method |
11 | 9 | * Create a New Magento 2 Module action |
12 | | - * Code Inspection: Duplicated Observer Usage in events XML |
13 | | - * Code Inspection: Duplicated plugin Usage in di.xml |
14 | | - * Create a Plugin class for a class public method action |
15 | | - * Code Inspection: Warning regarding Cacheable false attribute in default XML |
16 | | - * Create a Preference for a class action |
17 | 10 | * Create a Block action |
18 | 11 | * Create a View Model action |
19 | | - * Line markers for navigation from a plugin class to a target class |
20 | | - * Magento 2 Module Project template on the start up |
| 12 | + * Create a new Magento 2 module as a separate project |
21 | 13 | * Create an observer for an event action |
22 | | - * Plugin - Target line markers |
| 14 | + * Create a GraphQL resolver action |
| 15 | + * Override class by reference action |
| 16 | + * Plugin class methods generation |
| 17 | + * Code Inspection: Duplicated plugin Usage in di.xml |
| 18 | + * Code Inspection: Plugin declaration in the scope of a Plugin Class |
| 19 | + * Code Inspection: Warning regarding Cacheable false attribute in default XML |
23 | 20 | * Code Inspection: GraphQL resolver in the scope of a PHP Class |
| 21 | + * Code Inspection: Duplicated Observer Usage in events XML |
24 | 22 | * Moved plugin configuration from `Settings > Preferences > Languages & Frameworks > PHP > Magento` to |
25 | | - `Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento` |
26 | | - * Create a GraphQL resolver action |
| 23 | + `Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento` |
| 24 | + * Fixed support of 2020.* versions of IDE's |
27 | 25 |
|
28 | 26 | 0.3.0 |
29 | 27 | ============= |
|
0 commit comments