Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>protobuf-language-serverNew to Visual Studio Code? Get it now.

protobuf-language-server

panzhihao

|
74 installs
| (0) | Free
A language server implementation for Google Protocol Buffers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

protobuf-language-server

A language server implementation for Google Protocol Buffers

how to use

  1. Get code from https://github.com/lasorda/protobuf-language-server
  2. Build the target pls, add pls to PATH

features

  1. documentSymbol
  2. jump to defines
  3. format file with clang-format
  4. jump from protobuf's cpp header to proto define (only global message and enum)

build vscode extension(optional for deveplop)

npm install -g vsce
npm install -g yarn
npm install
vsce package --no-yarn
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft