Hello, thanks for making this fantastic Git tool! I use it every day for work and it really helps.
Quite often I need to look at a diff and go back to IntelliJ to make some modifications. Is it possible to have a Reveal Line in IntelliJ IDEA option when right-clicking on a line?
Related: https://github.com/fork-dev/Tracker/issues/1719
Hello, thanks for making this fantastic Git tool! I use it every day for work and it really helps.
Quite often I need to look at a diff and go back to IntelliJ to make some modifications. Is it possible to have a
Reveal Line in IntelliJ IDEA
option when right-clicking on a line?IntelliJ does support opening a file and go to a specific line: https://www.jetbrains.com/help/idea/opening-files-from-command-line.html
Thank you!