Enable + and - when viewing PR changes in Intellij

Answered

I use IntelliJ IDEA 2024.1.6 on Windows x64 to review the code of a GitHub pull request. I use the GitHub plugin bundled with IntelliJ. I want to be able to see a '+' when a line is added and a '-' when a line is deleted in the file I am reviewing. How do I configure Intellij or the github plugin to achieve this? Thanks in advance for your effort to help.

0
1 comment

Hi,

When viewing the diff, you may use “unified viewer” and diff will be displayed like this:

 

0

Please sign in to leave a comment.