sublimetext2 - Finding just the searched string in all files -


is possible find specific string in files , display string instead of line in search result. have got huge project css tag starting string. find number of css tags starting pattern string. appreciated. thank you.

there example

file 1 sample <div class="myapp-bold">text</div> file 2 sample <div class="myapp-small myapp-bold">text</div> 

in results, see

file 1 myapp-bold .... file 2 myapp-small myapp-bold 

you can search!! 1)drag , drop project folder sublime. 2) press ctrl+shift+ f 3) enter search value in find: 4) click on where: , add complete folder want search


Comments