0
Hello, someone could help me, I’m learning JS using Visual Studio, but my VS is not automatically parenting after functions...
For example, in my VS appears the options with the names of the functions q I can choose normally (as in the image above), but if I choose an option, the Random, for example, it just writes Random in the code, and not Random(), with the relatives indicating q is a function...
It seems a silly detail, but p/ who is learning generates mta confusion, since q there are some methods/functions q do not need to put even the () as the lenght for ex.... so I never know qd use the () or not... :(
I know the VS automatically puts pq already watched videos using the VS in q the () is automatically put qd click on the function name in the options, but in my VS this does not happen... anyone knows how I fix it?
Thank you
Every method needs (), Length is just an attribute, not a function
– Vitor Ceolin
vc is in a file. JS?
– hugocsl
This is the normal behavior of vs code.
– Lucas dos Santos Wundervald
Do you already have Emmet? link: https://code.visualstudio.com/docs/editor/emmet
– Azzi