RT,Dev-C++的代码补全形同虚设。
Vscode默认装了C++插件吗?或许说能否支持代码补全?
主要是好多函数和STL实在太难记了...
比如平板电视(pd_ds)所需的头文件和声明就有这么长:
#include <ext/pb_ds/tree_policy.hpp>
#include <ext/pb_ds/assoc_container.hpp>
using namespace __gnu_pbds;
typedef tree<pt,null_type,less< pt >,rb_tree_tag,tree_order_statistics_node_update> rbtree;