intellisense c++ visual studio 2005 beta 1

M

Marco

Why intellisense in c++ project differ to c# project?
In c# when I type a character intellisense start and I see all (local
variable,
system class, ....).In c++ project intellisense don't start if I type
a character.
Why?I must set some option in c++ project?
Another feature is that in c# project, user class are displayed in a
particular color and in c++ project user class are black.

Marco.
 
C

Carl Daniel [VC++ MVP]

Marco said:
Why intellisense in c++ project differ to c# project?

C++ is a much more complex language to parse.
In c# when I type a character intellisense start and I see all (local
variable,
system class, ....).In c++ project intellisense don't start if I type
a character.
Why?I must set some option in c++ project?

It's seriously broken in beta 1. Beta 2, released on Monday, is supposed to
be much better.
Another feature is that in c# project, user class are displayed in a
particular color and in c++ project user class are black.

I don't know if there's a similar option for C++ or not.

-cd
 

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