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

`#include <fstream>` deleted automatically

Open tigerjack opened this issue 1 year ago • 1 comments

As per https://github.com/syl20bnr/spacemacs/issues/16501#issuecomment-2245560712

Consider this small example.

#include <fstream>

int main() {
  std::ifstream file("a.txt");
}

When I try to refactor, the include is automatically deleted.

tigerjack avatar Jul 24 '24 14:07 tigerjack