Describe the bug
While using proto3 syntax, there is no error marker if the field name is missing.
To Reproduce
Write a message type like so:
syntax = "proto3";
message Foo {
string = 1;
}
Expected behavior
An error marker (e.g. red squiggly underline) should be shown at the incomplete field declaration, just like it does with proto2 syntax.
Describe the bug While using proto3 syntax, there is no error marker if the field name is missing.
To Reproduce Write a message type like so:
Expected behavior An error marker (e.g. red squiggly underline) should be shown at the incomplete field declaration, just like it does with proto2 syntax.
Screenshots https://i.imgur.com/Bounohi.png
Plugin: