Does anyone know if the Faces Flow feature of JSF 2.0 is supported in Eclipse or in IntelliJ?
I'm searching for some plugin to get autocompletion for EL-expressions (i.e. Beans, sessionScope-, flowScope-variables) and Tags in faces-config xml-files and xhtml-files.
I tried it with JBoss Tools which doesn't really support Faces Flow but has a nice autocompletion for xhtml-files (not for faces-config files).
Does anyone know a better plugin for Faces Flow or does anyone know how to configure the xml-editor of JBoss Tools to get autocompletion for EL-elements?