VS.Net will not autocomplete

  • Thread starter Thread starter whoffmann
  • Start date Start date
W

whoffmann

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
 
Visual Studio.net is not autofilling the names of object members, etc.
I've checked the appropriate box in "Tools/Options/Text Editor"
"cmdLogin.CommandType = commandType.StoredProcedure" will not fill in
the "StoredProcedure" after I type the "."

I'm working in a .aspx page.

IIRC, Intellisense is not available in the .aspx page, just the code behind
..vb file.

What version of VS are you running?
 
Back
Top