I'm wondering if anyone can assist with a query I am having about Eclipse. I have used JDeveloper extensively for work and have enjoyed the 'block coloring' feature it has, whereby it can colour the background of methods and syntax blocks which I have found very helpful in deciphering some of the horrific legacy code we have.
To clarify what I mean, if I write a try catch finally block, the first line of the try until its closing brace are light blue, with the catch/finally a darker shade of blue. Similar with if/else statements (green/darker green), while loops (pink), etc. I have been playing with the EditBox plugin, however this is a different way of highlighting, which I don't find as clear as each statement/method type having its own colour.
If anyone can shed some light on this or point me towards options/plugins etc I would be very grateful.
S