
It's not displaying the properties of an array like length etc.
I'm not sure if this is a problem or this is expected behavior of VScode's autocomplete/IntelliSense.
Do I need to install any extensions to make it work?
Edit:
On adding var or let before arr the autocomplete works fine normally but inside a function it doesn't work.


