Answer the question
In order to leave comments, you need to log in
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?
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question