Area-InteractiveFeature RequestInteractive-ScriptingIDEhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (平均マージ 5d 21h) (30d で 286 merged PRs)
説明
Instead of
> new { X = 1, Y = 2 }
<>f__AnonymousType0#4<int, int>(\{ X = 1, Y = 2 })
Print something like
> new { X = 1, Y = 2 }
{ X = 1, Y = 2 }