It is possible to configure Eclipse to show lines like it is done in intellJ IDEA, please see screenshot below.
Asked
Active
Viewed 1,894 times
4 Answers
1
Not the one you are asking but every little helps :), if foldis not enabled.
window -> preferences - > type "folding" to left top input field -> enable folding
or from preferences : java -> editor - folding
ctrl+shift+p may also help a little

fmucar
- 14,361
- 2
- 45
- 50
-
Can't find 'type folding' under preferences. – Eugene Jan 14 '11 at 17:33
0
I have not tried it but might work for you : intellij_style_mappings_for_eclipse
Also spend some time to read this discussion.
Hope this helps.