Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
644 views
in Technique[技术] by (71.8m points)

Vertical line between matching curly braces for java in eclipse

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 between matching curly braces in java editor? Is it possible?

question from:https://stackoverflow.com/questions/11566569/vertical-line-between-matching-curly-braces-for-java-in-eclipse

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...