vscode-proto3
vscode-proto3 copied to clipboard
vscode extension for proto3
# Issue I have a proto file in `${workspaceRoot}/proto` in a multi-root workspace (attached below). With the following, validation works (although compiling doesn't). ```json { "options": [ "--java_out=${workspaceRoot}/result" ] }...
Hello, Can you consider to integrate proto linter and formatter at the same time. [protolint](https://github.com/yoheimuta/protolint) Formatter and protolint maybe tell user to install related tools as golang vscode plugin do.
some.proto ``` /* this annotation will course bug*/ ``` plugin will do nothing but can not jump to message or throw any errors when proto file has syntax wrongs. ```...
Hello, I've used this extension a lot previously (with great success), but on a recent machine the formatter seems to assume the ColumnLimit is quite small, that is, I notice...
Issue Type: Bug Enable extension Extension version: 0.5.5 VS Code version: Code 1.69.1 (Universal) (b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a, 2022-07-12T08:21:51.333Z) OS version: Darwin x64 21.5.0 Restricted Mode: No System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM)...
Please consider adding support for [buf.build](https://buf.build/). I have been using this for quite a while now, and it is a lot more productive than using protoc.
Can not detect imported *.proto filles after saving file. It indicates this error: Import "rpc_interface_common.proto" was not found or had errors. But if I reload VSCode window, imported *.proto filles...
Buf has emerged as a major player for improving protobuf development -- optionally leaning on it for things like formatting or linting could be quite helpful.
Pop three Welcome page then throw this error,moreover cannt use any extension
I have a A.proto file that imports another B.proto file. Classes defined in B.proto are showing errors in vscode when referenced in A.proto... ``` "Foo" is not defined. "Bar" is...