primefaces-extensions / faces-intellisense

Visual Studio Code extension that provides components completion in the HTML, XHTML and Faces. Based on the official Tag Library definitions.
https://marketplace.visualstudio.com/items?itemName=FlipWarthog.faces-intellisense
MIT License
6 stars 1 forks source link

PrimeFaces 13 #12

Closed melloware closed 10 months ago

melloware commented 10 months ago

Need to add PrimeFaces and PFE 13 Taglibs

per-steinar commented 10 months ago

I have created a small powershell tool to parse Java docs into json for this purpose.

https://github.com/per-steinar/richtools

However, the long term solution must be to detekt taglib.xml files on class path and use those directly.

melloware commented 10 months ago

Thanks it looks like Leo just responded how he does it!