Vertical line between matching curly braces for java in eclipse

前端 未结 8 2158
甜味超标
甜味超标 2020-12-23 14:17

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

8条回答
  •  暖寄归人
    2020-12-23 14:48

    The closest solution I can suggest is:

    1. Click on Eclipse IDE > Window > Preferences > General > Editors > Text Editors

    2. Then click on the link "whitespace characters" to specify what should be shown.

    3. Then enable tick box "Leading and Enclosed" for Tab only and leave the rest unchecked.

    This is not perfect solution, but it might be useful.

    Example

提交回复
热议问题