Re: Interfaces drop-down missing in VS2005?
- From: "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxxxxxxxx>
- Date: Thu, 10 Nov 2005 10:01:43 -0600
Michael,
| Is there a setting I have to change to get the old lists back? Or did they
| remove them intentionally? I found them very handy.
It was intentionally & I know of no way to get specifically get the old
lists back.
However! there are some handy replacements:
You can type "overrides" in the text editor to get the list of overridable
methods that you can then select from.
When you type "Implements Sometype" and press Enter, all the members for
Sometype are added to your "type" (class or structure). This "auto complete"
has been available since 2003.
When you type "Implements" on the end of a member declaration you get a list
of interfaces & their members that this member can implement.
I guess I never noticed the Implements disappearing as I've used the auto
complete for implements since 2003 & haven't really needed it in the combo
box.
I find for entering code typing "overrides" to be easier then the combo box,
as the selection refines itself as you type. Plus the list only shows you
members that are not yet overridden.
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Michael Feld" <mfel_@xxxxxxxxxxx> wrote in message
news:udgEKIf5FHA.2396@xxxxxxxxxxxxxxxxxxxxxxx
| Hello,
|
| in the Visual Studio Text editor, there is this bar at the top with two
| drop-down boxes containing members in the current document. For Visual
Basic
| in VS2003, the left column listed all interfaces and entries "Events" and
| "Overridable methods" for each class/structure. In VS2005 however, the
| interfaces and "Overridable methods" are gone and only the "events" entry
is
| left.
|
| Is there a setting I have to change to get the old lists back? Or did they
| remove them intentionally? I found them very handy.
|
| Thanks in Advance!
|
| Michael
|
|
.
- Follow-Ups:
- Re: Interfaces drop-down missing in VS2005?
- From: Dennis C. Drumm
- Re: Interfaces drop-down missing in VS2005?
- From: Michael Feld
- Re: Interfaces drop-down missing in VS2005?
- References:
- Interfaces drop-down missing in VS2005?
- From: Michael Feld
- Interfaces drop-down missing in VS2005?
- Prev by Date: Open a .csproj opens another solution?
- Next by Date: Visual C# 2005 Express Edition
- Previous by thread: Re: Interfaces drop-down missing in VS2005?
- Next by thread: Re: Interfaces drop-down missing in VS2005?
- Index(es):
Relevant Pages
|