Posted by signa11 20 hours ago
Is it true that you can pass a nodejs agent to fetch ? I don't think so
Another option is to do a ‘git log -p’ followed by a string search ‘/‘. It can give more context and let you browse more easily, especially if the project has small commits. It won’t work well for every project or search though.
Alt M + V = Move Alt E + C = Extract Component Alt S + E = Search Everywhere _ many more.
Or just vim combos.. with ideavim
I think for most cases `git ls-files` does this job quite well. If you provide pathspecs, this can be very powerful!
You can see the discussion about it here: https://news.ycombinator.com/item?id=39877637