I use git diff and ctrl+click the file+linenumber which opens my IDE. Works well enough. I use this macro here when there are a lot of changes:
gdf() { git diff '*'$1'*'; }
gdf fileName (doesn't need full file name)
gdf folderName (all files in a folder)