Leonid
Leonid

Reputation: 868

Searching within Python files using Webstorm

I have a mixed Javascript+Python project that I'm developing using Webstorm 6. Many times I want to find some string using 'Find in Path' functionality, but it seems to ignore the contents of Python files, finding everything just fine in js and html ones.

Is there a workaround?

Upvotes: 0

Views: 382

Answers (1)

lena
lena

Reputation: 93728

Works fine for me. Is .py extension associated with any file type in Settings/File Types? Files with 'unknown' extensions might be skipped on searching. Please see this thread for more info

Upvotes: 2

Related Questions