E
Eric Robishaw
OK...going nuts here:
If i have a variable of type X that is an enumeration, how do I get
intellisense to fill in the prefix for me?
i.e.,:
when I type:
if (e.Action =
I want intellisense to plug in:
System.Data.DataRowAction.
and then give me the drop down which lists the members: Add, Delete, Etc...
i.e.,:
if (e.Action=System.Data.DataRowAction.DROPDOWNHERE
Right now, I have to type:
if (e.Action=
then mouse over the "Action", see what Action is a type of and type the
whole stinking prefix just to get intellisense to give me the drop down.
There's got to be a short cut, or a plug-in to fix this...please tell me
there is?!
Eric
If i have a variable of type X that is an enumeration, how do I get
intellisense to fill in the prefix for me?
i.e.,:
when I type:
if (e.Action =
I want intellisense to plug in:
System.Data.DataRowAction.
and then give me the drop down which lists the members: Add, Delete, Etc...
i.e.,:
if (e.Action=System.Data.DataRowAction.DROPDOWNHERE
Right now, I have to type:
if (e.Action=
then mouse over the "Action", see what Action is a type of and type the
whole stinking prefix just to get intellisense to give me the drop down.
There's got to be a short cut, or a plug-in to fix this...please tell me
there is?!
Eric