Codecompletion for XHTML in var section
Hi guys,
I started a discussion here http://devnet.jetbrains.com/message/5500329#5500329 but I think the thread was not so clean and I don' know how to delete the discussion. So far so good.
I'm evaluating Intelij Idea for our team. During work I see that the the codecompletion not works for object which are referenced by "var" tag. p:dataTable or f:selectItems for example.
I attach a picture to illustrate my issue and a simple jsf project.
I'm sure that Intelij can do that :p
Attachment(s):
simple-jsf2-with-primefacesOrig.zip
intelijVar.png
请先登录再写评论。
Update: If I use a java util.List instead of org.primefaces.model.LazyDataModel then the codecompletion works. In Eclipse I have no problems with that.