vscode-pbkit
vscode-pbkit copied to clipboard
VSCode plugin for Protobuf. Syntax highlight, goto definition and autocompletion.
## Add protobuf formatter support protobuf auto format when user save file. ## Add protobuf linter [Support google protobuf style](https://developers.google.com/protocol-buffers/docs/style)
Please add file formatting via clang-format (if installed) similar to the vscode-proto3 extension
When I run the command "Go to definition", there are no results. There is a message below the search box that says, "The active editor does not provide symbol information"....
https://code.visualstudio.com/api/references/vscode-api#extensions
I'm not sure if this is an LSP issue or an extension issue, but auto-completion doesn't work for package prefixes. For example, if I have a protobuf message at `foo.v1.Bar`,...
[vscode-proto3](https://github.com/zxh0/vscode-proto3#extension-settings) support using the import protobuf files.
VSCode installations that are not managed by Microsoft (e.g. very popular Gitpod.io) do not have access to the Microsoft Extension Marketplace. They typically use OpenVSX registry (http://open-vsx.org). I find `vscode-pbkit`...
 I have protoc installed and I am getting this error.