Where Has the (Overrides) gone in VS 2005 beta1?

  • Thread starter Thread starter One Handed Man \( OHM - Terry Burns \)
  • Start date Start date
O

One Handed Man \( OHM - Terry Burns \)

You should redirect your question to the Beta /usergroups if you have become
part of the beta program.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Hi

VS 2003 used to have an (Overrides) entry in the left dropdown of the code
editor.
Where has this handy feature gone in VS 2005?
 
* "Stephan Brunner said:
VS 2003 used to have an (Overrides) entry in the left dropdown of the code
editor.
Where has this handy feature gone in VS 2005?

It's gone, AFAIS ;-).
 
It's gone, AFAIS ;-).

In the code editor, when I type Public Overrides and hit space,
intellisense pops up with the list of available overrides.

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
* Chris Dunaway said:
In the code editor, when I type Public Overrides and hit space,
intellisense pops up with the list of available overrides.

Oh, I didn't know that... There is no way AFAIS to get the old behavior
back, at least not from what I have seen.
 
I think having Intellisense giving you the available overrides is more
intuitive than having to go to a menu personally.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
That's the same way C# does it. I prefer the menu myself.

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html


One Handed Man ( OHM - Terry Burns ) said:
I think having Intellisense giving you the available overrides is more
intuitive than having to go to a menu personally.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

the
 
* "One Handed Man \( OHM - Terry Burns \) said:
I think having Intellisense giving you the available overrides is more
intuitive than having to go to a menu personally.

I would like to have both methods: IntelliSense /and/ the dropdown.
 
Yes, I think I agree with you on one level, there is a comfort level in
knowing where to go for the menu option, even if it doesent display because
its context sensitive.

or . . .

Perhaps, intellisense is the way forward, after all, if you cant do it then
why bother with a menu ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
* "One Handed Man \( OHM - Terry Burns \) said:
Yes, I think I agree with you on one level, there is a comfort level in
knowing where to go for the menu option, even if it doesent display because
its context sensitive.

or . . .

Perhaps, intellisense is the way forward, after all, if you cant do it then
why bother with a menu ?

The advantage of the dropdown was that I easily could have a look at the
methods available for overloading without typing any code.
 
True, I suppose that's the difference between, click scroll click and
'Public Overrides ' , scroll , click.

Depends on how you like to do stuff I suppose.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top