简体   繁体   中英

How to decrease header files in visual assist

I installed Visual Assist X. It is useful. But there is a problem. When I enter sentence

#include " "

. And it shows auto-completion. There too many header files coming to my eyes. And many of them are not in my project !!! Does someone know how to deal with?

Like that:

http://i.stack.imgur.com/FbeXS.jpg

There isn't much you can configure in regards to the contents of #include completion lists. VA reads the include paths defined in the projects of your solution.

If you have stray include directories listed in your project, you could remove them. Check the following for each combination of project and project configuration:

  • Project Properties | Configuration Properties | VC++ Directories
  • Project Properties | Configuration Properties | C/C++ | Additional Include Directories

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM