Trigger only on exactly 3 characters for C++ completion
Allowing any length more than 2 is too slow at the moment. We'd first need to find a way to avoid recalculating the complete list of items for every character while the key isn't matching anything.
Please register or sign in to comment