T O P I C R E V I E W |
chenayo |
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. |
1 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Apr 14 2006 : 12:32:09 PM Try saving the new file. Try also with an existing project.
Do you have any other add-ins in VS.NET that might cause a conflict? Check Tools|Add-in Manager.
Suggestion lists have question mark icons. A "completion listbox" appears when you press Ctrl+Space. Content of the two lists are obviously different -- suggestions are typically a small subset of all possible completions. |
|
|