Re: Interfaces drop-down missing in VS2005?
- From: "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxxxxxxxx>
- Date: Fri, 11 Nov 2005 09:24:31 -0600
Dennis,
In the on-line help, normally accessed by pressing F1.
If you didn't install the help, you can access it on MSDN at:
http://msdn.microsoft.com/vstudio/reference/default.aspx
(found by going to msdn.microsoft.com & clicking on Visual Studio, followed
by Reference)
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Dennis C. Drumm" <dcdrumm_@xxxxxxxxxxxxxxxx> wrote in message
news:%23UKezSr5FHA.2776@xxxxxxxxxxxxxxxxxxxxxxx
| Jay:
|
| where are features of the text editor and of intellisense like this
| documented?
|
| Thanks,
|
| Dennis
|
| "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxxxxxxxx> wrote in
| message news:etakPAh5FHA.3636@xxxxxxxxxxxxxxxxxxxxxxx
| > 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
| > |
| > |
| >
| >
|
|
.
- References:
- Interfaces drop-down missing in VS2005?
- From: Michael Feld
- Re: Interfaces drop-down missing in VS2005?
- From: Jay B. Harlow [MVP - Outlook]
- Re: Interfaces drop-down missing in VS2005?
- From: Dennis C. Drumm
- Interfaces drop-down missing in VS2005?
- Prev by Date: RE: Visual Studio text editor and autocomplete
- Next by Date: Re: remove reference in Visual Studio 2005
- Previous by thread: Re: Interfaces drop-down missing in VS2005?
- Next by thread: Open a .csproj opens another solution?
- Index(es):
Relevant Pages
|