Auto Complete function in the editor
-
I've noticed several times that the 'Auto Complete' function in my VC++ Editor doesn't work in certain parts of the code. Despite numerous attempts I haven't noticed any logic its behaviour: sometimes it works, sometimes not. Has anyone ever had such a problem or is it a bug of my version?
-
I've noticed several times that the 'Auto Complete' function in my VC++ Editor doesn't work in certain parts of the code. Despite numerous attempts I haven't noticed any logic its behaviour: sometimes it works, sometimes not. Has anyone ever had such a problem or is it a bug of my version?
it's a bug in VC6. you might want to check out Visual Assist (http://www.wholetomato.com) -c
Conservative: One who admires radicals centuries after they're dead. -- Leo C. Rosten
-
I've noticed several times that the 'Auto Complete' function in my VC++ Editor doesn't work in certain parts of the code. Despite numerous attempts I haven't noticed any logic its behaviour: sometimes it works, sometimes not. Has anyone ever had such a problem or is it a bug of my version?
VC6 IntelliSense is very picky. If you have any syntax errors, it will prevent IS from working at any point below the error. If you have no errors, close the workspace and delete the .NCB file. That often fixes things. --Mike-- Just released - RightClick-Encrypt v1.3 - Adds fast & easy file encryption to Explorer My really out-of-date homepage Sonork-100.19012 Acid_Helm
-
VC6 IntelliSense is very picky. If you have any syntax errors, it will prevent IS from working at any point below the error. If you have no errors, close the workspace and delete the .NCB file. That often fixes things. --Mike-- Just released - RightClick-Encrypt v1.3 - Adds fast & easy file encryption to Explorer My really out-of-date homepage Sonork-100.19012 Acid_Helm