Click here to Skip to main content
15,885,821 members
Articles / Programming Languages / C++
Tip/Trick

Auto Completion for #include in VS2010

Rate me:
Please Sign up or sign in to vote.
4.17/5 (3 votes)
1 May 2010CPOL 14.6K   3  
Visual Studio 2010, for Visual C++ projects/code, now supports auto complete feature for #include statement too!Just type in #include directive followed by " or <, it will list all possible header files. It will also show the full-path of the file (selected in listbox), on the right side of...
Visual Studio 2010, for Visual C++ projects/code, now supports auto complete feature for #include statement too!

Just type in #include directive followed by " or <, it will list all possible header files. It will also show the full-path of the file (selected in listbox), on the right side of listbox, as a comment.

It will also show up the directories, using which you can navigate through just by pressing backslash OR forward slash!

Give it a try!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Started programming with GwBasic back in 1996 (Those lovely days!). Found the hidden talent!

Touched COBOL and Quick Basic for a while.

Finally learned C and C++ entirely on my own, and fell in love with C++, still in love! Began with Turbo C 2.0/3.0, then to VC6 for 4 years! Finally on VC2008/2010.

I enjoy programming, mostly the system programming, but the UI is always on top of MFC! Quite experienced on other environments and platforms, but I prefer Visual C++. Zeal to learn, and to share!

Comments and Discussions

 
-- There are no messages in this forum --