Skip to content

does not support options correctly #16

Description

@kaynn

ex:

message ChoiceOptions {
	repeated string Choices = 1;
}
extend google.protobuf.FieldOptions {
     ChoiceOptions Choice = 50000;
}
message Test {
      string example = 1 [(Choice) = { Choices : [ "", "a", "b", "c", "d" ] } ]; //this line will not be parsed correctly by the language service
}

you can see what is supported here:
https://developers.google.com/protocol-buffers/docs/proto#options

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions