美文网首页
grep to find function definition

grep to find function definition

作者: 413x | 来源:发表于2018-11-18 13:11 被阅读0次

I've tried understand, source insight, and vscode, their UI is good but sometime suck to find function definition. I think grep is the best tool to find definition in code :)

grep -Prn "(^|\s)tjDecodeYUVPlanes\([^)]+" | grep -v return | grep -v if | grep -v while

相关文章

网友评论

      本文标题:grep to find function definition

      本文链接:https://www.haomeiwen.com/subject/bqqgfqtx.html