Build 10: IntelliSense after opening parenthesis
I've been working with Build 10 today and noticed that if I start an
expression with an opening parenthesis, such such a cast, IntelliSense pops
up but it doesn't highlight any matches. To reproduce this, enter a
statement such as one of these:
(stringbuilder) some_variable;
var x = (stringbuilder) some_variable;
In both cases, IntelliSense positions to StringBuilder in the list but
nothing is highlighted and the statement isn't completed so you end up with
stringbuilder in all lowercase.
Please sign in to leave a comment.
Hello Greg,
Thank you for reporting this problem! I've logged it under http://youtrack.jetbrains.net/issue/RSRP-283081.
Meanwhile, you can use Ctrl+Enter to complete an item.
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"