Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.3.0-beta1, Qt Creator 4.4.0-rc1
-
None
Description
std::vector<int> vector;
vector.beg -> completion
vector.begin(|cursor is here|);
It would be nice if the cursor is placed after the braces for empty functions.