Visual Studio Code suggests the right parameters for well defined methods as you type them. Is there a way to take them over / insert them straight away? Doesn\'t feel right
Something like that exists for javascript & typescript files:
javascript
typescript
settings.json Ctrl+,
"typescript.suggest.completeFunctionCalls": true, "javascript.suggest.completeFunctionCalls": true,