facebook

Expression Language Context Assist

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

    burnayev
    Member

    Are there any plans to add content assist for EL?

    Thanks,
    Borys

    #279990 Reply

    Loyal Water
    Member

    Borys,
    Nothing is planned at the moment but i’ll note this down as a feature request.

    #280104 Reply

    henk
    Member

    Isn’t basic deferred EL support (the # variation) already present in MyEclipse?

    What I personally would like to see is a “navigate to declaration” option for EL. This should be such a small thing. The editor obviously already knows the exact type and location of the element in the EL expression (otherwise it wouldn’t be able to offer context assist). So, the only thing left for the editor developers would be to couple that information to a clickable hyperlink that appears when you press and hold the ctrl key.

    This would give me a HUGE improvement in productivity when working with JSF pages. Currently our team has resorted to adopting naming conventions for managed beans, just to be able to find the corresponding class back. This is sometimes a rather awkward naming scheme, and it still doesn’t always allow us to find the class in question quickly.

    #285652 Reply

    tomalyle
    Member

    I’d like something like this as well. I think IDEA supports it by doing something like the following:

    <%--@elvariable id="choice" type="com.mything.forms.model.Choice"--%>
    

    and then the editor gives you access to the Choice objects properties

    <input name="mychoice" value="${choice.someProperty}" />
    

    Would be very useful for speeding up jsp development

    #285661 Reply

    Loyal Water
    Member

    Thank you for your inputs.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Expression Language Context Assist

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