You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Offer "add missing properties" quick fix for optional parameters and optional properties.
π Motivating Example
typeT={t: string}functionf(arg?: T){}f({})// expect quick fix "add missing property" to be available at `{}`typeU={u?: {v: string}}constu: U={u: {}}// expect quick fix "add missing property" to be available at `u`
π Search Terms
"add missing properties", "quick fix", "optional parameters", "optional property"
β Viability Checklist
β Suggestion
Offer "add missing properties" quick fix for optional parameters and optional properties.
π Motivating Example
Playground Link
π» Use Cases
The text was updated successfully, but these errors were encountered: