We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed59dc9 commit 606ec37Copy full SHA for 606ec37
src/com/magento/idea/magento2plugin/reference/provider/FilePathReferenceProvider.java
@@ -117,7 +117,6 @@ private Collection<VirtualFile> getFiles(@NotNull PsiElement element)
117
if (fileName.matches(".*\\.\\w+$")) {
118
// extension presents
119
files = FilenameIndex.getVirtualFilesByName(
120
- element.getProject(),
121
fileName,
122
GlobalSearchScope.allScope(element.getProject())
123
);
0 commit comments