How do I search in a folder in sublime text 2 with file extension?
My where when I use:
*.js
searches globally for all js files.
My Sublime ver: 3.2.2
Adding to above answers, I was trying to find in all python files starting with test_ . so this is how I did it.
After pressing Ctrl+Shift+F, in the window.
Where : /home/WorkDir/test, test_*.py