pbls 1.2.2

Protobuf Language Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package other;

message Other {
  int32 i = 1;

  message Nested {
  }
}