Area-InteractiveFeature RequestInteractive-ScriptingIDEhelp wanted
倉庫指標
- Star
- (20,414 star)
- PR 合併指標
- (平均合併 5天 21小時) (30 天內合併 286 個 PR)
描述
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 }