Java Source Helper 0.2.4

6  

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
None
Login or register to tag items

The Java Source Helper shows you the block of code related to a closing brace/bracket if it is currently out of visible range in the editor.


When you put the cursor on a closing bracket (parenthesis, bracket or curly brace), it will check to see if the related starting code bracket is out of visible range in the Java editor (JDT). If it is, it will float a window at the very top of the editor that shows the code related to that starting block.


This helps you figure out what closing bracket belongs to what part of the code without having to scroll or jump to the starting bracket of that code. This is especially useful in deeply nested code where you start losing track of what scope is related to which closing curly brace.


The feature will be familiar to users of IntelliJ IDEA where there is a similar feature.


Version 0.2.4 fixes the following:


  • Brackets inside comments are no longer mistaken for “matching” brackets

  • If the starting bracket and end bracket were not in the same location, the connecting line would draw funny, now it draws a bend

  • Preferences page moved to under Java then “Java Editor”. Search for helper if you can’t find it in the Preferences dialog.



Screenshot:


If you find issues or have feature requests, please let me know via email!


Additional Details

  • Version Number: 0.2.4
  • Eclipse Versions: 3.4
  • Organization: Hexapixel
  • Date Created: 20/01/2009
  • Date Updated: 02/12/2009
  • Development Status: Beta
  • License: Free EPL
  • Submitted by: rainlord

Reviews

Add a Review