How do I display parameter tips for objects in typescript?

Currently if one of the parameters is an object the only help I get from the IDE is this:

which of course is useless because I have no idea what to type next...

can this be configured somehow in settings so it actually shows what fields I need to pass to build the object?

0
2 comments

Did you try invoking the code completion (Ctrl+Space) within the braces?

0

That works, thanks a ton! PS another one I discovered since is cmd+enter (might be rebound) which opens a menu like this which implements all members:

0

Please sign in to leave a comment.