Vladislav Rastrusny
Vladislav Rastrusny

Reputation: 29975

JetBrains IDEA: how to disable diff highlighting in editor?

I checked my project into GIT support and after that there are marks in editor showing me places I changed in file relative to the last commit (I think). It really slows editor. How to turn this off? I can't find the specific option in settings.

Upvotes: 0

Views: 636

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401897

There is no way to disable it except disabling the version control completely in Settings | Version Control.

If it slows down the editor (it shouldn't), please file a bug with a CPU snapshot.

Upvotes: 1

Related Questions