facebook

Enhanced EL support: Navigate to managed bean declaration

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262762 Reply

    arjan.tijms
    Member

    I greatly appreciate the support for JSF EL in 5.0 where one can autocomplete properties of managed beans. One obvious thing I’m missing however is the ability to navigate to the managed bean’s declaration.

    The exact functionality I’m looking for would be like the Java editor’s Navigate -> Open Declaration, for which the default key bindings are F3 or ctrl-left mouse. What I would expect is that the first navigate action would take me to the bean’s declaration in the faces-config file and the navigate action after that to the corresponding class definition.

    This first action is not available at all, while for the second action there’s a workaround; namely right clicking on the managed bean’s name in the outline of the faces-config file. I would actually much more prefer to be able to directly ctrl-click on either the managed-bean-name or managed-bean-class attributes in the XML source.

    To be able to implement the mentioned autocompletion in a JSF page, you must already know of both of these places, so offering a navigate option to the user would probably not have to be that difficult in terms of raw coding.

    #262898 Reply

    Riyad Kalla
    Member

    Arjan,
    Thank you for the feedback, the 2nd issue shouldn’t be hard to clear up, and the EL parsing should be improved in the 6.0 release quite a bit.

    #262930 Reply

    augustientje
    Member

    I would really like to see this implemented too.

    Currently we have a group of people working with us who are not really that technical. They need to make minor adjustments to JSF pages. If they see something like #{someBean.foo}, they have absolutely no idea where to start looking for “someBean”.

    If “someBean” would be navigatable to its xml declaration and java source, this would be a real life saver for us. 🙂

    Is there and confirmation that this feature would be in 6.0? Is there any timeframe for when 6.0 will be released (I checked your roadmap, but its a bit out of date).

    #262942 Reply

    Riyad Kalla
    Member

    augustientje,
    This hasn’t been confirmed by management yet but it is something we want. Also our 6.0 release will start milestones early next year and we don’t have a hard-release date yet.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Enhanced EL support: Navigate to managed bean declaration

You must be logged in to post in the forum log in