Vertical line between matching curly braces for java in eclipse

前端 未结 8 2155
甜味超标
甜味超标 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:52

    There are useful plugins. Try: IndentGuide or EditBox

    0 讨论(0)
  • 2020-12-23 14:53

    1- Go to: https://marketplace.eclipse.org/content/indent-guide 2-You will see an Install icon , Drag it to your running Eclipse workspace. 3-Install it by following installation wizard. 4-Restart your Eclipse. 5-In your Eclipse IDE, Go to: Window → Preferences → General → Editors → Text Editors → Indent Guide 6-Then enable indent guide checkbox. 7-Enjoy !

    0 讨论(0)
提交回复
热议问题