When I make a method call, for example
String.Compare(s1, s2);
I should see the parameters list when I press comp but I don't, I need to press ctrl+shift+space and it's pretty annoying
(I use Visual Assist 10.4 and writing C#-code)
When I make a method call, for example
String.Compare(s1, s2);
I should see the parameters list when I press comp but I don't, I need to press ctrl+shift+space and it's pretty annoying
(I use Visual Assist 10.4 and writing C#-code)
This happened to me with ReSharper, here's what I did to sort it out.
"devenv /ResetSettings"
without quotes