Find in path function is not searching in strings in js files

Opening "find in path" function and searching in project for a string has no results when I results is in a string in a js file. File is not excluded from project, filtering is set to "anywhere" and didn't use "Match case", "Words", "Regex" and "File mask" options. The same search on the same project works on MacOS, the issue is on Windows machine.

Tried "Invalidate Caches / Restart" but it didn't solve the issue.

WebStorm 2017.1.1
Build #WS-171.4073.40, built on April 11, 2017
JRE: 1.8.0_112-release-736-b16 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

1
5 comments

Works for me.

If invalidating caches doesn't help, please provide a project that shows up the issue

0
Avatar
Permanently deleted user

Deleting .idea directory in project root solves the problem, thank you.

1
Avatar
Permanently deleted user

You can write *.* into the file mask, as it is sean in the picture below.

0
Avatar
Permanently deleted user

Problem still exists. Switching regex option gives no result.

0

Try invalidating caches (File > Invalidate caches, Invalidate and Restart)

1

Please sign in to leave a comment.