Auto Completion for #include in VS2010 [Tip/Trick]
Posted: 1 May 2010
Updated: 1 May 2010
Views: 5,520
Rating: 4.17/5
Votes: 3
Popularity: 1.99
Licence: The Code Project Open License (CPOL)
Bookmarked: 3
Downloaded: 0
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...