pbkit / vscode-pbkit

VSCode plugin for Protobuf. Syntax highlight, goto definition and autocompletion.
https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit
MIT License
21 stars 3 forks source link

Add protobuf formatter and linter #17

Open li1234yun opened 1 year ago

li1234yun commented 1 year ago

Add protobuf formatter

support protobuf auto format when user save file.

Add protobuf linter

Support google protobuf style

alexolog commented 2 months ago

protobuf formatting can be done by calling clang-format protobuf linting can be done by calling protolint