intellisense c++ visual studio 2005 beta 1

  • Thread starter Thread starter Marco
  • Start date Start date
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.
 
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
 
Back
Top