Closed tvatter closed 5 years ago
You should provide detailed information to reproduce the issue:
Hi,
I didn't provide the MWE because I wasn't sure whether this is actually an issue or whether the methods of objects declared using the C++11 auto
keyword aren't even supposed to appear in the popup menu.
Since the methods of such objects appeared when using YouCompleteMe, I guess that this is related to ncm2 and ncm2-pyclang, but again, I am not sure whether this is an issue or actually the intended behavior.
I will produce an MWE on Monday.
Yeah, I was just trying to produce this MWE when I noticed that the behavior was not appearing anymore. Not sure what changed, but glad that it works. Sorry.
Let's assume that I have the following:
Then, when typing
obj1.
, a popup menu appears with the methods ofMyClass
, but not when typingobj2.
.Is it intended? Is there something that I can/should do to get the popup menu for objects declared using the
auto
keyword?