Reputation: 7228
I have installed intellij IDEA Ultimate Edition latest version and started to test the compatibility of it with primefaces version 6.2. If it could be compatible with primeface we are gonna switch from eclips to intellij. unfortunatly i cann't figure out how to get code autocomplition to work for primefaces. I have done alreaday the following.
Does any one know how to fix this issue?
Does anyone know the best IDEA for working with primeface?
Upvotes: 0
Views: 2856
Reputation: 7228
I did solve it by the following. I got inspiration from here.
File | Project Structure | Modules - module - JSF facet Ctrl+Shift+Alt+S
Upvotes: 2
Reputation: 2321
Quickly looking into this issue revealed this link, https://www.jetbrains.com/help/idea/preparing-for-jsf-application-development.html.
The website states that in order to enable support for JSF development, you need the Ultimate edition.
I would suggest taking a look at NetBeans. It is continuously developed alongside new implementations of Java EE (and soon Jakarta EE) and is therefore the go-to IDE environment for JavaEE development. Everything works pretty much out of the box.
Upvotes: 1