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
- Syntax Highlighting
- Snippets
- Definitions
- Basic completions
- Diagnostics
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
.
TextMate grammars and basic snippets are sourced from https://github.com/zxh0/vscode-proto3