chenayo
Starting Member
Taiwan
1 Posts |
Posted - Apr 14 2006 : 10:44:12 AM
|
I used a trial version of VAX build 1444 under Win2k pro with VC6 and VS2003. I can use the suggestion list box on my VC6 editor, but not in vs2003 while editing C programs.
My settings are listed below, (1) vs2003, Tools->Options->Text Editor->C/C++ marked: "Auto List members", "Parameter information". unmarked: "Enable virtual space", "Word wrap". (2) VAX, Options->Text Editor->Listboxes unmarked: "Get contert from default Intellisense", "Guess contents if unknown". marked: others (excepts the above 2 items). (3) VAX, Options->Text Editor->Suggestions unmarked: "Include bits of code from surounding lines". (4) VAX, Options->Text Editor->Autotext marked: "Include Autext in Suggestions".
Proceudres, 1. Open a new C project in VS2003. 2. while editing the c program, there is no suggestion list box while typing words 3. After I typing prefix few characters of one symbol, and enter Ctrl+Alt+Space, it will force the suggestion list box appear on the screen. But, if I type next one character, the list box would be gone again.
Could the "suggestion list" appear automatically, just like it on VC6? Please kindly give me any suggestion about this problem. Thanks a lot. |
|