You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
clechasseurcoveo
Posted - Apr 30 2015 : 10:21:44 AM I am a big fan of the ListMethodsInCurrentFile command that opens a drop-down where you can filter for a specific method name. I noticed a changed behavior in recent versions, though. Let's say that I am in a C++ source file with definition for a class name Foo. Before, if I typed
.Foo
I would end up with only the constructors of Foo. Now however, all Foo methods are kept there.
Is there a way to change this back? Or another way to easily filter for constructors? Now I try to use
Foo(
e.g. enter the end of the class name followed by (, but it usually takes much longer.