Visual Studio.net is not autofilling the names of object members,
etc. I've checked the appropriate box in "Tools/Options/Text Editor"


Any suggestions as to why, for instance,

"cmdLogin.CommandType = commandType.StoredProcedure" will not fill in
the "StoredProcedure" after I type the "."

I'm working in a .aspx page.

It doesn't seem to matter if I have a solution open or not. I still
have to type in everything.

Shouldn't this work out of the box? Do I need to import some obscure
library or have some window open in my environment?

TIA--Will

RE: visual studio .net autocomplete does not work by anonymous

anonymous
Fri May 14 09:41:06 CDT 2004

Hi

I don't see anything besides the setting, unless your Visual Studio corrupted in that case you need a reinstall
Can you verify the settings in the following places
Tools/Options/Text Editor/All Languages/General/Statement Completio
And the language you used, like
Tools/Options/Text Editor/Basic/General/Statement Completio

Bin Song, MCP

RE: visual studio .net autocomplete does not work by anonymous

anonymous
Fri May 14 14:51:01 CDT 2004

The only reason can be that you have compile errors, some where in the project or in the same file. What i suggest is compile the project and everything should be in sync, and you should get intellisense working

Mehul.