I am new to eclipse IDE.
Can we do following in eclipse for java editor?
{
|
|
}
How it is configured in eclipse to show vertical lines
Eclipse's structured editors (including the Java editor) provide a highlight of whatever structural element the cursor is within. The highlight is in the left border of the editor. For example, in the screen shot below, the cursor is in the listIterator() method, and the highlight (pointed out with arrows) is highlighting the structural element, in this case, the Java method.
Unfortunately, I don't think the color or appearance of that highlight can be configured.
