List of limitations of IntelliSense in Visual C++ 6.0 (153284)



The information in this article applies to:

  • Microsoft Visual C++, 32-bit Enterprise Edition 6.0
  • Microsoft Visual C++, 32-bit Professional Edition 6.0
  • Microsoft Visual C++, 32-bit Learning Edition 6.0

This article was previously published under Q153284

SUMMARY

Microsoft Visual C++ 6.0 introduces IntelliSense as a way to make C++ programming quicker and more efficient. This article provides a list of other articles that focus on the most frequently encountered limitations with IntelliSense.

For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

190968 BUG: IntelliSense limitations with C++ classes

190965 Two IntelliSense limitations will occur when you work with macro definitions in Visual C++ 6.0

190974 Function prototypes do not generate parameter info

190975 BUG: After you remove a file from a project, IntelliSense in Visual C++ 6.0 continues to recognize the functions and classes in that removed file

190976 IntelliSense ignores Unicode/ANSI versions of Win32 API

190973 IntelliSense does not display enumerated elements

MORE INFORMATION

If IntelliSense does not seem to be working, use the following steps to ensure that it is enabled in Visual C++:
  1. On the Tools menu, click Options.
  2. In the Options dialog box, click the Editor tab.
  3. In the Statement Completion group box, make sure the appropriate IntelliSense options are selected.

REFERENCES

About Automatic Statement Completion;" Visual C++ Documentation, Using Visual C++, Visual C++ Users Guide, Text Editor, Overview: Text Editor, About Automatic Statement Completion.

Automatically Completing Statements;" Visual C++ Documentation, Using Visual C++, Visual C++ Users Guide, Text Editor, How do I ... Topics: Text Editor, Automatically completing Statements.

Modification Type:MajorLast Reviewed:9/7/2005
Keywords:kbtshoot kbprb kbhowto kbAPI kbFAQ kbide kbinfo kbnetwork KB153284 kbAudDeveloper