My intellisense for NuGet doesn't show up. Or maybe there is some kind of shortcut for it ?

link|improve this question

What is this I don't even... NuGet is a tool. Tools don't have intellisense. If you're asking where it is, right-click on your References and select "Add Package Reference..." If that isn't there, restart VS. – Will Nov 9 '10 at 13:24
7  
No, there is a NuGet Console window which does have intellisense (or should do!) – Pondidum Nov 9 '10 at 13:27
1  
Yeah. I was talking about this powershell-like console (Package Manager Console). – Nazar Gargol Nov 9 '10 at 21:27
2  
FYI - watch the video at nuget.codeplex.com and the need for this question becomes obvious. You can see that there's an intellisense-like feature, but it doesn't work as you type or with ctrl+space which makes it seem broken. Thanks @will below for the answer! – mattmc3 Dec 9 '10 at 15:58
feedback

1 Answer

up vote 16 down vote accepted

I don't think the intellisense is what you expect, as in a dropdown with a list of available options.

From this page, it appears you have to hit tab in order to get command completion.

link|improve this answer
thx. "tab" is rather strange hint. I'm used to ReSharper and I was doing alt+space or ctrl+. and nothing worked =) thx. again. – Nazar Gargol Nov 9 '10 at 13:58
mine is doesn't show up after I hit tab. Do ı need to configure something? – tugberk Feb 20 '11 at 8:01
@tug don't know. You might need to contact the nuget team if it isn't working. – Will Feb 21 '11 at 14:34
That's because it's powershell tab completion, not intellisense. – dfowler Feb 20 at 6:21
feedback

Your Answer

 
or
required, but never shown

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