Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

Protobuf (.proto) support for Visual Studio Code

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.

![demo](images/protobufdemo.gif)

## 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`.