Last Updated: February 25, 2016
·
548
· flemon

search usages of a partial in project

this tips may not excited you, but it is something some of us did spend some time researching on.

search using regular expression
render*.*partial_name

this will give everything includes non partial rendering code and other partials render with local variable that has the same name as the partial you want to search for

looking for better way of doing it! feel free to improve this tip