whmine / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Content assistance too eager to provide field id. #174

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In editor, add a new field.

required int64 id =

press ctrl-space, and it offers id 10.

I press Enter to accept it, and add a semicolon to end the declaration. The 
semicolon triggers an additional "10", so instead of looking like this

  required int64 id = 10;

it looks like this

  required int64 id = 10; 10

Original issue reported on code.google.com by konigsb...@google.com on 6 Jan 2012 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by alr...@google.com on 11 Jan 2012 at 11:00

GoogleCodeExporter commented 8 years ago
Changes can be seen at r42e46dbcbd4c

Original comment by alr...@google.com on 11 Jan 2012 at 11:07

GoogleCodeExporter commented 8 years ago

Original comment by alr...@google.com on 13 Jan 2012 at 3:20