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

Hide internal symbols #20

Closed mxsdev closed 1 year ago

mxsdev commented 1 year ago

Some types have show internal symbols such as the following:

image

Ideally, these should be hidden by default.

From #18 (thanks to @Didas-git for the suggestion!)