Re: What C# Needs
LOL Jon... I hate VS.NET Intellisense 95% of the time... Eclipse is nice,
but I still don't like Intellisense all that much. It does nothing but get
in my way, not to mention the fact that I type faster than it can popup
most of the time (have to love keyboard shortcuts!)...
As for E&C... C#/C++/C never had it and shouldn't have it. Debugging is for
debugging, not for fixes... I have personally heard a lot of VB developers
exclaim "hey, my variable is the wrong value after I fix *insert bug here*.
what happened?!"... Always got a good laugh out of that one.. ;)
Anyhow,
Bill P.
On Fri, 1 Aug 2003 09:24:12 +0100, Jon Skeet <skeet@pobox.co m> wrote:
[color=blue]
> Frans Bouma <perseus.news@x s4all.nl> wrote:[color=green]
>> I can't say much, but what I've seen of the intellisense in C# in
>> Whidbey is that it is better than you can possibly dream about. (how
>> does 'you don't need to press cntr-space anymore' sound?)[/color]
>
> That sounds awful to me, actually. I *like* having to press control-
> space, as otherwise I often end up having to press escape to get rid of
> the popup which I often don't want.
>
> I hope anything that is done automatically can be optionally turned
> off...
>
> The main way in which I'd like to see intellisense improved is to make
> the popups more useful when they *do* appear - rather than having a
> single line with arrows on when there are multiple options, show some
> number (eg 8) of the options at a time, with a scroll bar.
>
> FWIW, Eclipse is the first IDE which gave me an autocomplete/intellisense
> I actually like. VS.NET could do a lot worse than taking a few leaves out
> of Eclipse's book. (I gather it's finally getting refactoring though.
> Better late than never.)
>[/color]
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
LOL Jon... I hate VS.NET Intellisense 95% of the time... Eclipse is nice,
but I still don't like Intellisense all that much. It does nothing but get
in my way, not to mention the fact that I type faster than it can popup
most of the time (have to love keyboard shortcuts!)...
As for E&C... C#/C++/C never had it and shouldn't have it. Debugging is for
debugging, not for fixes... I have personally heard a lot of VB developers
exclaim "hey, my variable is the wrong value after I fix *insert bug here*.
what happened?!"... Always got a good laugh out of that one.. ;)
Anyhow,
Bill P.
On Fri, 1 Aug 2003 09:24:12 +0100, Jon Skeet <skeet@pobox.co m> wrote:
[color=blue]
> Frans Bouma <perseus.news@x s4all.nl> wrote:[color=green]
>> I can't say much, but what I've seen of the intellisense in C# in
>> Whidbey is that it is better than you can possibly dream about. (how
>> does 'you don't need to press cntr-space anymore' sound?)[/color]
>
> That sounds awful to me, actually. I *like* having to press control-
> space, as otherwise I often end up having to press escape to get rid of
> the popup which I often don't want.
>
> I hope anything that is done automatically can be optionally turned
> off...
>
> The main way in which I'd like to see intellisense improved is to make
> the popups more useful when they *do* appear - rather than having a
> single line with arrows on when there are multiple options, show some
> number (eg 8) of the options at a time, with a scroll bar.
>
> FWIW, Eclipse is the first IDE which gave me an autocomplete/intellisense
> I actually like. VS.NET could do a lot worse than taking a few leaves out
> of Eclipse's book. (I gather it's finally getting refactoring though.
> Better late than never.)
>[/color]
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Comment