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

Insert and delete C++ header files automatically.

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

I came across Ben Deane's .emacs.d repo and it turns out that he has been enjoying this idea so much that he extended the code base to 1,500+ lines of...

It would make it possible to install from the inbuilt package manager.

As per [https://github.com/syl20bnr/spacemacs/issues/16501#issuecomment-2245560712](https://github.com/syl20bnr/spacemacs/issues/16501#issuecomment-2245560712) Consider this small example. ```c++ #include int main() { std::ifstream file("a.txt"); } ``` When I try to refactor, the include is automatically deleted.