Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blue highlighted column next to line numbers in Eclipse?

Tags:

eclipse

I'm using CDT (C editor) for Eclipse and noticing an odd blue-highlighted column to the left of line numbers (screenshot below). Any thoughts on how to remove this?

enter image description here

like image 827
Joe Pak Avatar asked Aug 31 '25 01:08

Joe Pak


1 Answers

It's called "Range Indicator" and it outlines the method (function, procedure) where your cursor is. You can disable it in Window/Preferences/General/Editors/Text Editors/Show Range Indicator