[313] Basic code completion does not suggest variable names anymore Follow
For instance, type:
MembershipProvider
and press Ctrl-space.
In Resharper 2, I would get a list of suggestions for variable names (in
the above: provider, membershipProvider).
In Resharper 2.5, I just get a meaningless list of class names (ie. _AppDomain,
AccessViolationException etc.).
I hope this is a bug as the 'suggest var name' feature was extremely valuable
to me.
Thanks,
Ole
Please sign in to leave a comment.
Just check the ReSharper options, and select "Use ReSharper code completion"
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Ole Thrane" <ot@pentia.dk> wrote in message
news:b5a7628d95098c8e1ea498a6750@news.jetbrains.com...
>
>
>
>
>
>
>
Hello Eugene,
Fantastic. It works.
Thanks so much!
Ole