Autocomplete Turned Off

TastyWheat

Registered User.
Local time
Today, 14:15
Joined
Dec 14, 2005
Messages
125
I don't know what I did, but when I'm typing code it no longer autocompletes or gives me the drop-down list of options. When I'm typing a function I don't get the parameter description tooltip either. This only happens in one of my databases; the others work like they always have. If I type variable or function names that don't exist I don't get any kind of error either. However, if I type "Dim blah As ..." I get the drop-down list of variable types. WTF is going on?
 
Last edited:
I know what I did wrong. I had an enumerated type as a parameter and I changed the enum declaration but not the parameter. So one of my parameters was of a non-existant type.
 

Users who are viewing this thread

Back
Top Bottom