什么 TAB 完成触发插入 bits/stdc++.h 的包含语句?我该如何预防?

What TAB completion is triggering the insertion of the include statement for bits/stdc++.h? How can I prevent it?

有时,经过几个小时的编码,我肯定已经捣碎了 TAB,我发现一些包含 #include <bits/stdc++.h> 的文件(我不想要使用),这意味着某些 TAB 完成触发了它。

因为我在长时间编码后发现了这一点(通常是在限定更改时),所以我不知道是哪个完成触发了它。知道这可能是什么吗?另外,我能不能把它列入黑名单?

今天我在源文件的顶部附近工作时很幸运。当我 Tab-complete std::size_t.

时,header <bits/stdc++.h> 被包含