Skip to content

sanketh-nm/vscode-proto

Repository files navigation

vscode-proto README

Proto3 support for VSCode

Features

name

  • syntax highlighting.
  • syntax validation.
  • compiling

Other notes

Some of the logic has been extracted from vscode-proto3

I have made an effort fix some issues and improve where I can. I have also removed some features such as auto complete in an attempt speed up the extention. I have also fixed the issue where imports were behaving weird.

Make a bug report by creating a Github issue or by opening a PR.

Known issues

Import errors are only compiled on save. The errors are generated by running the protoc command and this time, the command only accepts saved files.