Skip to content

ianandhum/vscode-protobuf-support

Repository files navigation

Protobuf Language Support (Protols)

VS Code Marketplace Installs

This extension provides language support for proto3 Protocol Buffers including syntax highlighting, snippets and language features.

Languages features provided by: https://github.com/coder3101/protols

Features

  • Syntax Highlighting
  • Snippets
  • Definitions
  • Basic completions
  • Diagnostics

Requirements

By default, extension will prompt automatic installation of protols.

You can also install protols language server from Rust Crates also, cargo install protols

If protols is not installed to standard PATH, configure protobuf-support.protols.path in settings.json.

Attribution

TextMate grammars and basic snippets are sourced from https://github.com/zxh0/vscode-proto3