Eclipse doesn't support this out the box. Even the support in JSP is very limited. Only the properties of <jsp:useBean> are available by autocomplete. There are however plugins which supports this. For example, the JBoss Tools plugin which can be installed as described here.

(with unicode bugs, as you see above in the rightmost window)
This has in its current 3.2.0 version only a major disadvantage for JSF 2.0 projects: the bean needs to be declared in faces-config.xml in order to get it to work. It does not recognize @ManagedBean annotated beans yet, it only recognizes the @Named ones. The JSF annotation support (@ManagedBean, @FacesValidator, etc) is planned for the upcoming 3.3.0 version.
The Aptana plugin is told to work fine for EL proposals in JSPs, but I am not sure for Facelets. I didn't had good experiences with installing and configuring the plugin for JSP some years ago.