vim-cpp-auto-include icon indicating copy to clipboard operation
vim-cpp-auto-include copied to clipboard

Automatically insert or delete `#include`s for C++ code in vim.

Results 3 vim-cpp-auto-include issues
Sort by recently updated
recently updated
newest added

In case you use this in header files, it would be better to look for a namespace declaration then putting it on top, where the guard header should be.

E.g. goole code style tells you not to do so.

Ordered the list alphabetically and added some more headers