Hi, do you mean the property classList is missing in the code completion?
Cheers Chris Von: [email protected] Gesendet: Sonntag, 6. März 2022 18:48 An: [email protected] Betreff: Add mssing suggestions to javascript? Hi, the code suggestions for javascript is missing some recent stuff, for example ``` const el = document.createElement('div'); el.class ``` For example in the above code the [`Element.classList`](https://developer.mozilla.org/en-US/docs/Web/API/Element/classList) is not suggested. So I would like to try to add some javascript suggestions. I'm a total beginner, how to get started with this task? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
