473,386 Members | 1,699 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,386 software developers and data experts.

Intelisence and C Sharp

I have a basic question about something as simple as Intelisence.

When making variables in VB.NET I do
Dim a as <<<----- and right here pops up intelesence of my type
options, so that helps me decide what I may want, Double, Single,
Int32, Integer etc.

Well with C# I put in
a <<<---- and of course nothing pops up, because it does not know what
I am gonna do next, so I never get the option to pick double, float,
short, int etc.

I tried:

"a this." , hoping to see double, float, short, int etc. well of
course I don't, all I get is members of my class.

Just wanted to know if there is an easy way to get all possible types
of data types from Intelisence.

It is a matter of convince and not necessity, just thought it was a
nice to have in VB.NET and someone else may have found a way to get
the types.

Thanks, Ed,
Nov 15 '05 #1
4 1795
Ed,

Have you tried hitting Ctrl+Space at the beginning of a line?
Intellisense should pop up then with the type definitions.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"ECVerify.com" <go****@gencode.com> wrote in message
news:20**************************@posting.google.c om...
I have a basic question about something as simple as Intelisence.

When making variables in VB.NET I do
Dim a as <<<----- and right here pops up intelesence of my type
options, so that helps me decide what I may want, Double, Single,
Int32, Integer etc.

Well with C# I put in
a <<<---- and of course nothing pops up, because it does not know what
I am gonna do next, so I never get the option to pick double, float,
short, int etc.

I tried:

"a this." , hoping to see double, float, short, int etc. well of
course I don't, all I get is members of my class.

Just wanted to know if there is an easy way to get all possible types
of data types from Intelisence.

It is a matter of convince and not necessity, just thought it was a
nice to have in VB.NET and someone else may have found a way to get
the types.

Thanks, Ed,

Nov 15 '05 #2
****** Let me re-say this. sorry I had some typo's

When making variables in VB.NET I do
Dim a as <<<----- and right here pops up intelesence of my type
options, so that helps me decide what I may want, Double, Single,
Int32, Integer etc.

Well with C# I put in
long a <<<---- when I start typing of course nothing pops up, because
it does not know what I am gonna do, so I never get the option to pick
double, float, short, int etc. (or better yet classes that I have
access to that may have an odd spelling)

I tried:

"this." , hoping to see double, float, short, int etc. well of course
I don't, all I get is members of my current class.

Just wanted to know if there is an easy way to get all possible types
of data types from Intelisence.

It is a matter of convince and not necessity, just thought it was a
nice to have in VB.NET and someone else may have found a way to get
the types.

Thanks, Ed,
Nov 15 '05 #3
ECVerify.com wrote:
****** Let me re-say this. sorry I had some typo's

When making variables in VB.NET I do
Dim a as <<<----- and right here pops up intelesence of my type
options, so that helps me decide what I may want, Double, Single,
Int32, Integer etc.

Well with C# I put in
long a <<<---- when I start typing of course nothing pops up, because
it does not know what I am gonna do, so I never get the option to pick
double, float, short, int etc. (or better yet classes that I have
access to that may have an odd spelling)


Hi Ed -

You could try:

long a = new <<<---- window pops up

--
chris

Nov 15 '05 #4
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:<O8**************@TK2MSFTNGP09.phx.gbl>...
Ed,

Have you tried hitting Ctrl+Space at the beginning of a line?
Intellisense should pop up then with the type definitions.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"ECVerify.com" <go****@gencode.com> wrote in message
news:20**************************@posting.google.c om...
I have a basic question about something as simple as Intelisence.

When making variables in VB.NET I do
Dim a as <<<----- and right here pops up intelesence of my type
options, so that helps me decide what I may want, Double, Single,
Int32, Integer etc.

Well with C# I put in
a <<<---- and of course nothing pops up, because it does not know what
I am gonna do next, so I never get the option to pick double, float,
short, int etc.

I tried:

"a this." , hoping to see double, float, short, int etc. well of
course I don't, all I get is members of my class.

Just wanted to know if there is an easy way to get all possible types
of data types from Intelisence.

It is a matter of convince and not necessity, just thought it was a
nice to have in VB.NET and someone else may have found a way to get
the types.

Thanks, Ed,


Nicholas, yes, but it still does not bring up double, float, short, int etc.

It does however bring up the Int32 etc.

Thanks, Ed,
Nov 15 '05 #5

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

Similar topics

0
by: Vi | last post by:
Some of you might be interested in this open source AutoUpdater for ..NET "Sharp AutoUpdater provides an auto-update feature for .NET applications. Using XML configuration files, Sharp...
0
by: application | last post by:
is it possible to create a simple com dll in c-sharp? i need to use a c-sharp com from an asp page( not aspx) and i read in google about regasm and csc and some other strage words but never find a...
2
by: Ben | last post by:
Hi all I am new to C Sharp. Any suggestion for some good C Sharp sites? Thanks for sharing. Ben
0
by: Eugene | last post by:
9rays.net Report Sharp-Shooter 1.3 has been published! Report Sharp-Shooter is the most flexible .NET report engine available on the market. It's a suite of 100% managed .NET components that...
4
by: Hai Nguyen | last post by:
I'm learning C sharp and do not like vb much. I'm creatiing a wepage using panel to test myself. I tried to use these code below, which is written in VB, and to transform them to c sharp but I got...
9
by: Dragon | last post by:
Hi, I have 'some' experience in VB. I would like to learn C-Sharp and would like to know if the following book is any good or not. Thank you. Microsoft Visual C# .NET Step by Step - Version...
2
by: HishHish | last post by:
I have a Java code that I want to convert it to C-sharp in order to put it in my ASP.NET web application. I used the JLCA (Java Language Conversion Assistant) for conversion, but it gave me many...
5
by: Alberto | last post by:
What sharp (from c sharp) stand for or where does it comes from? thank you
20
by: windandwaves | last post by:
Hi Folk I am a PHP programmer, but I like to learn c-sharp as it seems to be in hot demand around here. My questions are: - how does c-sharp relate to PHP - do you like c-sharp and its...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.