ts-type-explorer
ts-type-explorer copied to clipboard
JSON format to copy types
It will be nicer to have the possibility to copy the type inside code (json or directly in clipboard)
Agreed. Stumbled on to this plugin looking for the same functionality
I have the same - niche - case.
I have very very complex computed type, that I want to "cache" by making it fixed in place - the easiest solution would be to grab copy the full type, do some manual adjustments, and save as type alias. However this extension doesn't provide such functionality, although I must admit that the explorer by itself is very nice.