Sublime text 2 find in folder with file extension

前端 未结 3 1333
长发绾君心
长发绾君心 2020-12-13 13:30

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.

3条回答
  •  轮回少年
    2020-12-13 13:50

    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
    

提交回复
热议问题