Visual Studio 2005 Intellisense

B

bungle

Hi

With Visual Studio 2003, I could hit CTRL+Space to invoke intellisense.
Has the keystroke changed on 2005 because it doesn't work for me?

Thanks

Dave
 
K

Kevin Spencer

No, it hasn't changed. Cn you be more specific about what you're doing, and
what happens as a result?

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.
 
B

bungle

Thanks for your reply Kevin.

I mainly see it on typing the using directives at the top of a class. I
used to be able to type "using" then space and it would give me all the
namespaces available.

This no longer occurs and I have to for example type "System." before
it will list anything??

Thanks
 
C

Chris Dunaway

Thanks for your reply Kevin.

I mainly see it on typing the using directives at the top of a class. I
used to be able to type "using" then space and it would give me all the
namespaces available.

This no longer occurs and I have to for example type "System." before
it will list anything??

Thanks

I see the same thing. I don't know why the using statement does not
invoke intellisense. It seems logical that if you typed using followed
by a space, that intellisense would appear with a list of namespaces.
But it doesn't. Although pressing Ctrl-space brings up the list for
me. It includes both snippets as well as namespaces. (VS2005)
 
M

Michael Nemtsev

Hello Dave,

Do u use any kind of VS addins? like Resharper or CodeRush? because this
tools may change the default VS intellisence hotkeys.
Go to to the VS IDE Tools->Options and check that all checkbox that relates
to the intelliscence are marked

D> Hi
D>
D> With Visual Studio 2003, I could hit CTRL+Space to invoke
D> intellisense. Has the keystroke changed on 2005 because it doesn't
D> work for me?
D>
D> Thanks
D>
D> Dave
D>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
K

Kevin Spencer

I can't answer that question. I don't remember how the Intellisense with the
"using" directive worked in VS.Net 2003, but I'll take your word for it.
There were quite a few changes between the 2 versions, and apparently it was
decided that it would be better if it worked the way it does now. Maybe it's
because you have the option of using an alias with a namespace. Of course,
this was true in the 2003 platform as well, but as to why they changed it
(assuming they did), I can't say.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top