INTELLIGENT intelli-sense in C# 2.0; can it be .... - A world apart from the everday ...

A world apart from the everday ...

Assert.IsTrue(Entries.Count == 0);

INTELLIGENT intelli-sense in C# 2.0; can it be ....

Whilst i am on the topic of C# 2.0 ... yes it is nice to have customers that are willing adopters of the “early adopter” program from Microsoft, it let's you “play” properly with all the new toys during “normal” work hours.

One nice little quirk that the kind folk on the C# IDE team have fixed is the case-sensitivy issues of the previous intelli-sense.

What do I mean I hear you ask; well anybody ever noticed what happened in C# 1.1 when you started typing “consol” .... well nothing initially unless you remember to hit Ctrl+Space. Not a big deal you say ... well what happens when you type “console.” ... still nothing, why? well because the previous IDE does not know about console with a small c.

C# 2.0 IDE has thankfully have fixed that ...

as you start typing “conso” the intelli-sense window pops up and displays the correct capitalised Console. Even if you do not decide to select the entry and continue to type out the full console in lower case, as soon as you hit “.” the inteli-sense auto fixes you case problem and the proceeds to supply you with the next level of help.


ok it's silly i know ... but there have been an number of times during fantic development when i hit Ctrl+Space expecting the IDE to prompt me what to do next and nothing happens simply cause i forgot that pesky Shift key at the beginning. call me lazy but i love it, when you have so much typing to do in one day remembering to hold down the Shift key every time is a real pain.

it is these little things that make me look forward to launching VS everyday.

now let's hope and pray that some of the major issues from VS 2003 have been fixed .... i'll post about this soon watch this space ...

Posted: Jul 27 2005, 11:59 AM by Ryan CrawCour | with 5 comment(s)
Filed under:

Comments

Jamal said:

does intellisense still just disppear and not working sometimes?
# July 27, 2005 12:40 PM

Ryan said:

no, not actually... well not that i have seen actually. but my experience with it is still young; so give it some time.
# July 27, 2005 12:59 PM

Jamal said:

let us hope Ryan, let us hope.
# July 27, 2005 1:06 PM

Ernst Kuschke said:

Ryan, another one I like - type "svm" followed by a TAB :)
There are others too, and these are fully customisable.
# July 27, 2005 3:10 PM

Justin Lovell said:

I think the intellisense is too good. Imagine this:

FileStream file = new FileStream(...);

now go and write "file" and follow by the dot ("."), I will now be looking at "System.IO.File". Again, the intellisense is a little TOO good.
# July 27, 2005 4:05 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 


Enter the numbers above: