tRPC ExplorerExtension Marketplace • Repository • Report Issue A Visual Studio Code extension that automatically discovers your tRPC Please note that this extension is unofficial and is not affiliated with the tRPC team.
IntroductionThis project is about creating an ui to visualise your tRPC api. Here is their own description of tRPC:
I created this extension, because I wanted to learn how to create vscode extensions. During its creation, I encountered many problems, which I describe in How It Works. Requirements
InstallationSearch for tRPC Explorer in the VS Code Extensions Marketplace, or install from the command line:
Development
Press F5 in VS Code to launch an Extension Development Host with the extension loaded. Submitting an IssueIf you encounter any issues or have suggestions for improvements, please submit an issue. If you have a problem, make sure to send a copy of the logs, found in the "Output" panel under "tRPC Explorer". LicenseThis project is licensed under the MIT License. Limitations
Test ProjectA test project is available in the
You can then use the extension in the root of the project, and it should automatically discover the How It WorksAll technical details are documented in docs/HOW_IT_WORKS.md. |
