icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Code completion doesn't scroll to pre-selection #528

Closed dgrunwald closed 10 years ago

dgrunwald commented 10 years ago

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.