quarkiverse / quarkus-primefaces

Quarkus PrimeFaces Faces (JSF) Extension
https://github.com/primefaces/primefaces
Apache License 2.0
32 stars 3 forks source link

Question: Code documentation on IDE #286

Closed redddcyclone closed 2 hours ago

redddcyclone commented 2 hours ago

Hello

This is just a question I have. Before I moved to quarkus-primefaces, I used to add the normal PrimeFaces dependency to pom.xml, and with it, code documentation used to appear on my IDE (I used Eclipse before, now IntelliJ, but same thing happens on both), both on .xhtml and .java files, like when hovering a method. With quarkus-primefaces, I don't see it anymore. Is it something that can be fixed on my side or is it unfixable for any reason?

Thanks!

tandraschko commented 2 hours ago

did you try to import primefaces diretly as dependency?

for me it works fine in IDEA

redddcyclone commented 2 hours ago

@tandraschko I see now that at least in IDEA my problem was caused by this issue. I'm behind a corporate proxy. Solved it by pulling sources and javadoc manually using mvn dependency:sources and mvn dependency:resolve -Dclassifier=javadoc.

But though I stopped using Eclipse, I do remember that it used to work with the PrimeFaces dependency but not with quarkus-primefaces... well, that was months ago, though.

Thanks a lot!