vscode-pbkit icon indicating copy to clipboard operation
vscode-pbkit copied to clipboard

VSCode plugin for Protobuf. Syntax highlight, goto definition and autocompletion.

Results 15 vscode-pbkit issues
Sort by recently updated
recently updated
newest added

## 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)

enhancement

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

![Screenshot 2024-06-22 at 16 02 43](https://github.com/pbkit/vscode-pbkit/assets/123241164/9983dff4-a4b2-463d-9bb4-fa65b99abc72) I have protoc installed and I am getting this error.

bug