Export to GitHub

protobuf-dt - issue #174

Content assistance too eager to provide field id.


Posted on Jan 6, 2012 by Grumpy Cat

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

Comment #1

Posted on Jan 11, 2012 by Grumpy Cat

(No comment was entered for this change.)

Comment #2

Posted on Jan 11, 2012 by Grumpy Cat

Changes can be seen at r42e46dbcbd4c

Comment #3

Posted on Jan 13, 2012 by Grumpy Cat

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium Milestone-Release-1.2