E
E
Evgeny Zalivadny2020-12-09 02:24:41
typescript
Evgeny Zalivadny, 2020-12-09 02:24:41

How to automatically insert function parameters from interface in VSCode?

I recently moved from JetBrains to VSCode, where when creating an object with functions, they were automatically created according to the interface. VSCode only suggests what the function should be, but everything has to be written manually. How can I make function parameter names insert themselves?
5fd00ada83afd375164459.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lynn "Coffee Man", 2020-12-16
@Lynn

https://stackoverflow.com/a/47688917/1016033
settings.json Ctrl+,

"typescript.suggest.completeFunctionCalls": true,
"javascript.suggest.completeFunctionCalls": true,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question