Expected result: the code completion popup shows 'string' pre-selected
Actual result: the code-completion popup doesn't have any visible pre-selection
Typing '(' inserts string, so the entry was selected -- looks like the CC window doesn't scroll to the pre-selection anymore.
Type 'string a = new '
Expected result: the code completion popup shows 'string' pre-selected Actual result: the code-completion popup doesn't have any visible pre-selection Typing '(' inserts string, so the entry was selected -- looks like the CC window doesn't scroll to the pre-selection anymore.