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
Is your feature request related to a problem? Please describe.
The com.intellij.psi.search.FilenameIndex#getVirtualFilesByName(com.intellij.openapi.project.Project, java.lang.String, com.intellij.psi.search.GlobalSearchScope) method is deprecated. It is used in the: com.magento.idea.magento2plugin.reference.provider.FilePathReferenceProvider#getReferencesByElement.
Describe the solution you'd like (*)
Eliminate usage of deprecated method.
Do code refactoring of the file (just semantic refactoring, do not break the logic)
Mainline branch: 4.3.0-develop
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
com.intellij.psi.search.FilenameIndex#getVirtualFilesByName(com.intellij.openapi.project.Project, java.lang.String, com.intellij.psi.search.GlobalSearchScope)
method is deprecated. It is used in the:com.magento.idea.magento2plugin.reference.provider.FilePathReferenceProvider#getReferencesByElement
.Describe the solution you'd like (*)
Mainline branch: 4.3.0-develop
The text was updated successfully, but these errors were encountered: