473,387 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Intellisense Completion of Types in C#

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
Jul 21 '05 #1
1 1190
If there is, I don't know about it (I think this is another example of how
the VB.NET IDE is better than C#)

BUT, you dont have to type in the whole prefix, you could just type the
first couple letters and then press CTRL-SPACE. That is by far the best
shortcut key in the whole IDE, as it works for type names and variable names
as well.
"Eric Robishaw" <Ro******@manchacabible.org> wrote in message
news:Oq*************@TK2MSFTNGP10.phx.gbl...
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

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: andrew.queisser | last post by:
Yesterday I typed in some C++ code that called a function with two ints. Intellisense (auto-complete) helpfully told me that the first formal parameter was called "frontLight" and the second...
0
by: Pete | last post by:
Hi, Can anyone tell me why intellisense auto completion etc doesn’t work when writing VB script on asp.net pages in VS.net. If I load a legacy asp page intellisense works fully in the VB...
4
by: D Witherspoon | last post by:
Sometimes if I build the app I will get intellisense, undo, and code completion (automatic completion of if stataments etc), but after a few lines of code this stops. I lose any code completion...
1
by: Eric Robishaw | last post by:
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...
7
by: Lee Franke | last post by:
I am working on a custom app that has similar functionality as Intellisense but it does not use the Intellisense object. Can you use the Intellisense object? Has anyone done it? Any documentation...
4
by: David C | last post by:
This coincides with installing third party software from Infragistics (infragistics.com), and running their utility for the tool tab. Intellise no longer works. I have done uninstalling and...
2
by: Natan Vivo | last post by:
Can anyone tell me what exactly what makes intellisense works for custom controls in aspx pages in VS 2005? I just installed Atlas in my office computer, created a new atlas project and it...
19
by: Hendrik Schober | last post by:
Hi, as of last Friday VC8's intellisense started to completely block one CPU (our developer machines have two) without getting anywhere. This is a 1.2MLOC solution with 28 projects. We have...
8
by: metaperl | last post by:
Hi, I would like an IDE that shows me all methods and functions I can call on a particular data item. For instance, iter() can be called on any sequence, but it is not a method. Nonetheless,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.