When I start typing an identifier that starts with an underscore, the completion list pops up and suggests _CHAR_UNSIGNED, _CPPRTTI, _DLL and _FAR. I guess that these are some standard defines for C++ projects, but I'm writing C# code, so these defines are totally useless for me and should not be shown in the list. |