Is it possible to filter the staged/unstaged files in the commit dialog? Sometimes if I do a large automated refactoring using Resharper/Rider which affect many files. I want to check the changes applied on specific files (say *.csproj) before actually committing and pushing. There can be hundreds of staged files at this moment, but I can´t seem to filter them?
Note: I am not talking about finding files/commits already commited (using ctrl+f). However if someone can suggest an alternative workflow I am all ears!
Would be awesome if we could use ripgrep or something similar to search and highlight files in the commit dialogue!