hahaha
hahaha

Reputation: 476

How to disable IntelliJ Editor's Code Preview

I'm having hard times trying to disable that "code preview" in the right side of editor, which shows the whole file like a preview. I can't find the name of this feature and also, can't disable. Any clues?

Here's an example

Upvotes: 4

Views: 2211

Answers (1)

glytching
glytching

Reputation: 47905

That feature is provided by a plugin named CodeGlance.

To disable it ...

  • Preferences > Other Settings > CodeGlance
  • Tick the Disabled checkbox

Here's a screenshot showing that ...

enter image description here

Upvotes: 5

Related Questions