3

For example, I am writing

console.log

and press tab but Visual Studio Code does not add parentheses. When I look here, VSCode automatically adds open and close parentheses. However, it didn't work for me. How can I fix it? By the way, when I add the open parenthesis, it is adding the closed parenthesis.

1 Answer 1

4

One setting which may help is to enable:

"javascript.suggest.completeFunctionCalls": true,

Search for

Javascript > Suggest: Complete Function Calls

 Complete Functions with their parameter signature.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.