Autofill object literal in IDE #40700
Labels
Domain: Completion Lists
The issue relates to showing completion lists in an editor
In Discussion
Not yet reached consensus
Suggestion
An idea for TypeScript
Search Terms
Suggestion
It would be nice if there was a way to automatically fill in the required values of an object literal so I don't have to do it one property at a time, it would set the value to a minimum value (string
''
, number0
, etc). Then I can manually add the optional properties and there values.Use Cases
This will help speed up creation of objects that have lots of required items.
Checklist
My suggestion meets these guidelines:
The text was updated successfully, but these errors were encountered: