|
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 |
| - * Plugin declaration inspection 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 |
| - * Create a Plugin class for a class public method action |
14 |
| - * Code Inspection: Warning regarding Cacheable false attribute in default XML |
15 |
| - * Create a Preference for a class action |
16 | 10 | * Create a Block action
|
17 |
| - * Line markers for navigation from a plugin class to a target class |
18 |
| - * Magento 2 Module Project template on the start up |
| 11 | + * Create a View Model action |
| 12 | + * Create a new Magento 2 module as a separate project |
19 | 13 | * Create an observer for an event action
|
20 |
| - * Plugin - Target line markers |
21 |
| - * GraphQL resolver inspection in the scope of a PHP Class |
| 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 |
| 20 | + * Code Inspection: GraphQL resolver in the scope of a PHP Class |
| 21 | + * Code Inspection: Duplicated Observer Usage in events XML |
| 22 | + * Moved plugin configuration from `Settings > Preferences > Languages & Frameworks > PHP > Magento` to |
| 23 | + `Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento` |
| 24 | + * Fixed support of 2020.* versions of IDE's |
22 | 25 |
|
23 | 26 | 0.3.0
|
24 | 27 | =============
|
|
0 commit comments