* RequireJS mapping support (reference navigation, completion)
* MFTF support MVP (reference navigation, completion)
* Line markers for navigation from a plugin class to a target class
* Line markers for navigation from a GraphQl resolver to schema and vice versa
* Create a plugin for a class public method
* Create a New Magento 2 Module action
* Create a Block action
* Create a View Model action
* Create a new Magento 2 module as a separate project
* Create an observer for an event action
* Create a GraphQL resolver action
* Override class by reference action
* Plugin class methods generation
* Code Inspection: Duplicated plugin Usage in di.xml
* Code Inspection: Plugin declaration in the scope of a Plugin Class
* Code Inspection: Warning regarding Cacheable false attribute in default XML
* Code Inspection: GraphQL resolver in the scope of a PHP Class
* Code Inspection: Duplicated Observer Usage in events XML
* Moved plugin configuration from `Settings > Preferences > Languages & Frameworks > PHP > Magento` to
`Settings > Preferences > Languages & Frameworks > PHP > Frameworks > Magento`
* Fixed support of 2020.* versions of IDE's