PBLeap
A Visual Studio Code extension to quickly navigate from protobuf files to generated code. Features
(only Go supported for now) Getting startedAfter PBLeap is installed, you need to configure the mapping between protobuf files and generated files. In the settings page, search for This setting has to be edited in JSON format. The key is the protobuf filename and the value is the generated code filename. Both are relative to workspace root.
Developer GuideSetting up1. Install node dependencies
2. Get required WASM binaries for parsing This extension uses Tree-sitter to parse code and generate ASTs. WASM binaries need to be at
If you have Nix, you can instead run
which will build and copy the required WASM files to Packaging and installing from VSIX
DevelopingStart hot-reload of extension
Known issuespunycode is deprecated
Wait for https://github.com/markdown-it/markdown-it/issues/1065 to be resolved. |