https://github.com/peterj/vscode-protobuf
Protobuf (.proto) support for Visual Studio Code
https://github.com/peterj/vscode-protobuf
protobuf visual-studio vscode vscode-extension
Last synced: about 1 year ago
JSON representation
Protobuf (.proto) support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/peterj/vscode-protobuf
- Owner: peterj
- License: mit
- Created: 2015-12-03T04:47:03.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T19:08:51.000Z (about 3 years ago)
- Last Synced: 2025-03-25T08:01:32.598Z (about 1 year ago)
- Topics: protobuf, visual-studio, vscode, vscode-extension
- Size: 130 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Protobuf support for Visual Studio Code
## Functionality
This extensions adds syntax highlighting and bracket matching for .proto files (protobuf) in VS code. This extension is using this tmbundle: https://github.com/kevinweil/protobuf.tmbundle.

## Installation
Launch Visual Studio code, press `F1` and type `ext install` to bring up the list of extensions. Pick `Protobuf support` from the list to install the extension. Restart Visual Studio Code and you should be ready to go. Alternatively, you can copy the contents of the repo under `~/.vscode/extensions/vscode-protobuf`.