Is Intellisense working for anyone using VB.NET in VS2010 in the latest version of R# Follow
I can't discover method parameters anymore when using R# in a VB.NET solution on VS2010. It just won't tell me what the parameters to methods are which is really frustrating. Switch to allow VS Intellisense doesn't work either.
Please sign in to leave a comment.
same for me and VS2008 too...
Hello Denis,
Do I understand correctly that nothing happens when you choose ReSharper
| Edit | Parameter Information when the caret is inside method call parentheses?
Does this happen with any method call (even simple Console.WriteLine)? BTW
I wasn't able to reproduce this behavior with the latest build. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Using "Resharper" -> "Edit" -> "Parameter Info" works for me but that is not how it used to work
The way it used to work is that I didn't have to go through the resharper menu. I used to be able to get parameter information when I type "(" when calling a method. When I type a "(" it usually told me what the parameters were to the method. Now it doesn't say anything. For example, If I type:
Console.WriteLine(
It should now list the parameters to WriteLine when I type "(". It doesn't do that anymore.
Hello Denis,
Does ReSharper show parameter information if you invoke ReSharper | Edit
| Parameter Information when the caret is between the parentheses: Console.WriteLine(|)?
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
The other interesting thing that I just noticed also is that if I go to Resharper -> Options -> IntelliSense -> "Parameter Info" then "Automatically
show parameter info in 0 milliseconds" is greyed out for me and I can't check it. I have "Display all signatures at once" checked and "Arrow Keys" checked.
For me the parameter information is shown if i invoke Resharper | Edit | Parameter information.
Regards
Klaus
Same as Klaus, using "Resharper" -> "Edit" -> "Parameter Info" works for me but that is not how it used to work in previous versions. I don't want to keep
clicking Resharper -> Edit -> Show Parameter Info. I want to see that info when I try to call a method i.e. when I type an "open bracket" - "(". That is how it used to work.