Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 371
hahaha Avatar asked Sep 02 '25 06:09

hahaha


1 Answers

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

like image 58
glytching Avatar answered Sep 05 '25 01:09

glytching