Vertical line between matching curly braces for java in eclipse

前端 未结 8 2152
甜味超标
甜味超标 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条回答
  •  梦毁少年i
    2020-12-23 14:48

    I do not think this functionality exists in Eclipse.

    If it does, it most likely can be found under:

    Window > preferences > General > Appearence

    or

    Window > preferences > General > Editors

    There might be plugins that can add this behavior. (not sure of any off the top of my head, sorry)

    What value do you get from this feature (bracket matching or folding)? maybe there is another Eclipse feature built in that can replace what you use the lines for.

提交回复
热议问题