playground-ts-symbols

Shows the compiler symbols which are created by your playground code

Downloads
216
Stars
4
Committers
1

Playground TS Symbols

A TypeScript playground plugin which shows the symbols added by code in the playground.

Running this plugin

or

  • Open up the TypeScript Playground
  • Go the "Plugins" in the sidebar
  • Look for "Plugins from npm"
  • Add "playground-ts-symbols"
  • Reload the browser

Then it will show up as a tab in the sidebar.

Contributing

See CONTRIBUTING.md for the full details, however, TLDR:

git clone https://github.com/orta/playground-ts-symbols
yarn install
yarn start

Then tick the box for starting plugin development inside the TypeScript Playground.