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