Closed
Description
Use code
class foo { public: int jjj;};
int main()
{
auto iii = foo{};
return
// no completion on this line, e.g. no main or iii suggestions
iii
// no completion on this line, e.g. no main or iii suggestions
.jjj;
}
Invoke completion via Ctrl+Space on the indicated lines. There are no results from cpptools, but there should be -- it works in VS. Reproed with 1.20.5/1.21.0.
Metadata
Metadata
Assignees
Type
Projects
Status
Done