vote up 0 vote down star

Anyone knows if this is possible? I tried it in vs 2005 and 2008 and it doesn't do that. IMO this would be a very useful feature when I know I want to select the last item or an item that's closer to the end of the IntelliSense list.

flag

56% accept rate
I like using the Up Arrow to select the previous item in the list... – Dalin Seivewright Jan 7 at 19:25
I think I misunderstood... I guess Joan means to select the last item if you're at the top of the list and hit the up arrow. wishes comments were editable – Dalin Seivewright Jan 7 at 19:33
Yeah that's how it would work. But also when the IntelliSense list is brand new for a particular class for instance then it gives no selection, and down arrow selects the first and up arrow should be able to select the last. – Joan Venge Jan 7 at 20:17

1 Answer

vote up 0 vote down check

It's not possible. I hit Page Down repeatedly to get to the last item if absolutely needed. Normally I just hit the first letter of what I need next, then select it.

link|flag
It's a shame. Have you seen in in vs 2010? – Joan Venge Jan 7 at 18:56
39 seconds quicker – Michael Haren Jan 7 at 18:56
I think the wrap around effect would be less desirable, IMO. – Michael Haren Jan 7 at 18:57
Why? If I know to pick ToString, which is generally last, I would like to do it using the up arrow. – Joan Venge Jan 7 at 19:00
If I would like to pick ToString, I would like to do it by typing T. This would be much faster than hitting the up arrow in many cases. Think of the fact that (at least for C#) IntelliSense remembers the last entry selected, so pressing the up arrow would not lead you to the last entry. – divo Jan 7 at 19:25
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.