473,387 Members | 1,542 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
Nov 15 '05 #1
1 1186
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

Nov 15 '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...
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...
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...
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,...
1
by: RLN | last post by:
Re: Access 2003 I found a method here in the newsgroup that works for clearing checkboxes, but don't understand a particular line of code and how it works. Here is the code: 1. Dim ctrl As...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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.