-
Couldn't load subscription status.
- Fork 102
Closed
Labels
Description
Describe the bug (*)
Class completion (primarily in di.xml files), only lists concrete classes, not interfaces.
To Reproduce (*)
Steps to reproduce the behavior:
- Create a di.xml file.
- Start by typing
<preference for=". - Type a name of a known existing interface (for example,
ProductInterface). - Only classes like
ProductInterfaceFactory,ProductInterfaceTypeResolverComposite, etc. show up.Magento\Catalog\Api\Data\ProductInterfaceis not visible.
Expected behavior (*)
Interfaces are also autocompleted.
Screenshots
Please complete the following information: (*)
- OS: Ubuntu 20.10
- PhpStorm/Intellij version: 2020.3.2
- Plugin Version: 3.1.2
