Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to configure Eclipse to show lines between brackets?

Tags:

java

eclipse

It is possible to configure Eclipse to show lines like it is done in intellJ IDEA, please see screenshot below. alt text

like image 850
Eugene Avatar asked Jan 14 '11 15:01

Eugene


People also ask

How do I show indent lines in Eclipse?

Window → General → Editors → Text Editors → Indent GuideEditor, IDE.

How do you match braces in Eclipse?

To match an opening brace with the corresponding closing brace, just select the opening brace and press Ctrl-Shift-P. Eclipse will highlight the line with the closing brace.

How do you align curly braces in Eclipse?

The simplest and global way: Go to Window -> Preferences. Then in search put: "brace". Select -> Java -> Code Style-> Formatter After opening new window go to brace tab and change it as you prefer. I couldn't save my brace changes until I changed/made a new Profile than "Eclipse [built-in].

How do I change lines in Eclipse?

To set the maximum line length in Eclipse, open Eclipse and in the menu bar, go to Window -> Preferences and in the pop-up window, go to Java -> Code Style -> Formatter. This will open up the Formatter options in the right window pane. Click on the Edit button to modify the current formatter profile.


2 Answers

Judging by this bug, it is not possible, and by the small amount of activity, will not be for some time.

like image 196
Herohtar Avatar answered Sep 28 '22 13:09

Herohtar


Not the one you are asking but every little helps :), if foldis not enabled.

window -> preferences - > type "folding" to left top input field -> enable folding

or from preferences : java -> editor - folding

ctrl+shift+p  may also help a little
like image 28
fmucar Avatar answered Sep 28 '22 11:09

fmucar