0.0.2 • Published 3 years ago

playground-ts-symbols v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Playground TS Symbols

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

./symbols.png

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.