I just typed in this text: HRESULT SaveToFile(const cstring&
Note that 'cstring' was not automatically converted to 'CString' - even though the 'Suggest Bits O'Code' Listbox appeared, with 'CString' in it! As soon as I typed the '&', the listbox disappeared. ('Accept with any character not valid in symbol' is checked.)
Interestingly, if I remove the 'const', it accepts the 'Bits O'Code' listbox correctly. That should be a good clue...