Hi, when I use VA with vs2008 and I start to type a method then from the intellisense when I select one from the list it auto puts ( ) behind the method. The problem is then it does not show the method parameters. I usually delete the parenthesis and re type them and the method parameters show back up. This is a possible bug.
If it is not a bug on your part. Can you make it so We can choose what closing to put. like if I want closing } ] but not ) Thanks
Yes they show up but no intellisense for method parameters pops up I'm using c# 3.0 if you delete the auto inserted parenthesis then type a single parenthesis everything works as expected
try typing String s; s.Tri Then press enter. You will see my problem. () appears just behind the Trim method and all help for that method is off.
sometimes especially static methods auto parenthesis are not entered at all when a method is selected from the list suggestions. I simply have to type ( and then a closing ) appears nicely with intellisense.
I am seeing the same thing with the tooltip not showing up. This seems to be a C# specific problem, which is why I was not able to reproduce it at first: