T O P I C R E V I E W |
Nels_P_Olsen |
Posted - Jan 21 2008 : 10:08:25 AM With Options->Advanced->"Insert () and closing ) ..." checked, when a method name is selected from an Intellisense listbox, "()" is properly appended and the cursor is placed between the open and close parentheses, but Parameter Info does not appear. If you manually erase the open and close parentheses and retype them, Parameter Info does appear, so something about the way "()" is programmatically appended after listbox completion doesn't get treated the same as if the user typed it ... |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Mar 30 2009 : 08:50:01 AM case=11767 is fixed in build 1721 |
feline |
Posted - Jan 25 2008 : 1:38:02 PM Yes, the same thing, since you are using C#
case=11767 |
Nels_P_Olsen |
Posted - Jan 25 2008 : 12:22:49 PM Visual Studio 2005 using C#. It looks like this issue is already addressed in http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=7179 |
feline |
Posted - Jan 21 2008 : 2:47:00 PM Which IDE and version of VA are you using?
Is this a problem for all listboxes? using VS2005 and VA 1626, C++, I have just typed strc and when I accepted strcat the brackets were inserted, and the tooltip listing the parameters appeared. |