Sometimes, after some hour of coding, in which I've certainly mashed TAB, I find out some file containing #include <bits/stdc++.h> (which I don't want to use), which means that some TAB-completion triggered that.
#include <bits/stdc++.h>
Since I discover this after a long time coding (typically when qualifying the change) I don't know which completion trigger that. Any idea which could it be? Furthermore, can I kind of "blacklist" it?
I've been lucky today while working near the top of a source file. The header <bits/stdc++.h> gets included when I Tab-complete std::size_t.
<bits/stdc++.h>
std::size_t
2.1m questions
2.1m answers
60 comments
57.0k users