mxsdev / ts-type-explorer

VSCode Extension & utilities for exploring TypeScript type information
https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer&ssr=false
159 stars 4 forks source link

Better UX for no type selected #31

Open mxsdev opened 1 year ago

mxsdev commented 1 year ago

Currently, the extension window is empty when no type is selected. As was pointed out by a user, this can be pretty confusing.

One solution is to have placeholder text that simply indicates that the user needs to select a variable in order for anything to show up.