Hi!

do you mean the property classList is missing in the code completion?
yes!  Like in the attached image.


On 08.03.2022 16:02, Christian Lenz wrote:
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
---------------------------------------------------------------------
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

Reply via email to