← Back to context

Comment by sberens

16 hours ago

I wish IDEs had more features/tooling around types. For example, something like "expand all types by one level" where

{ foo: Bar } would expand to { foo : { bar1: string, bar2: Baz } } (and you could trigger it again to expand Baz)

(this would be especially nice if it worked with vscode/cursor on-hover type definitions)