You can see the source code for any vs code plugin without having to install it:
- In vs code, click the plugins (building blocks) icon on the left.
- Search for the plugin.
- Selecting the plugin opens a corresponding extension's tab.
- All plugins have a "Repository" button in the extension's tab which takes you the Github source code repository for the plugin.
This is a great way to see real ts/js code. I am finding the new idioms take some getting used to, which is kinda the point of studying code.
Edward