I also find this incredibly annoying. However, there is a company calle
http://www.wholetomato.com/ that sells a product called visual assist X.
There is a free trial and I HIGHLY recommend it. It solves this problem
as well as generally enhancing all of the intellisense and color coding
in the IDE.
Check it out.
Bill
>>Err... I think you could use Windows Explorer(i.e.: My Computer) to open the
>>folder, right click it can click "Edit with VS.NET 2003"(or it sould be
[quoted text clipped - 4 lines]
> get IntelliSense unless a file is actually part of a project for the
> language you want to get IntelliSense on. No workaround known.
>I also find this incredibly annoying. However, there is a company calle
>http://www.wholetomato.com/ that sells a product called visual assist X.
>There is a free trial and I HIGHLY recommend it. It solves this problem
>as well as generally enhancing all of the intellisense and color coding
>in the IDE.
VAX is good, I'm using it myself -- but it actually does something
else. IntelliSense offers suggestions based on a semantic context
analysis and with documentation pop-ups. VAX does no semantic
analysis, it just offers autocompletion for what you're typing. The
two are complementing each other, VA doesn't replace or enhance IS.

Signature
http://www.kynosarges.de
Lau Lei Cheong - 23 Jul 2004 08:04 GMT
Just curious about one thing.
When we input our code in VS.NET, if the popup appears when you entering the
".",
you know that the object is referenced in the right way.
Does VAX still show the popup if there's something wrong in
referencing?(e.g.: when missing "using"/"import" statement)
> >I also find this incredibly annoying. However, there is a company calle
> >http://www.wholetomato.com/ that sells a product called visual assist X.
[quoted text clipped - 7 lines]
> analysis, it just offers autocompletion for what you're typing. The
> two are complementing each other, VA doesn't replace or enhance IS.
Christoph Nahr - 23 Jul 2004 09:58 GMT
As I just said, VAX does NOT do any semantics analysis so you get no
popup whatsoever from VAX when entering a dot. Visual Assist simply
ignores any using/import statements (though C++ headers are parsed).
You have to start typing an identifier or string, then VAX will pop up
auto-completion based on similar text in your project and in the
Framework assemblies (i.e. any of them, referenced or not).
>Just curious about one thing.
>
[quoted text clipped - 4 lines]
>Does VAX still show the popup if there's something wrong in
>referencing?(e.g.: when missing "using"/"import" statement)

Signature
http://www.kynosarges.de