Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable GitHub comments in IntelliJ Idea?

I have a lot of comments in source code in IntelliJ Idea from GitHub.

How can I hide all the comments or disable it at all? For example because of these comments, especially from GitHub-actions it is very difficult to read my code.

I can not find option in Idea to disable it

like image 437
ferrar Avatar asked Feb 04 '26 20:02

ferrar


1 Answers

If you are viewing the PR from the PR view, you can click on settings and hide comments:

enter image description here

If you are speaking about comments present directly in editor,

enter image description here

like image 179
Dino Letic Avatar answered Feb 09 '26 09:02

Dino Letic