Closed
Description
Methods are only shown in 'In Return Type' results when their return types match the named type exactly. This is confusing as the normal search also works with any prefix and there is no indication that the other, similar looking tabs, would be stricter in their matching criteria. The title of course adds to the confusion as it directly suggests that fragments are considered.
For example:
I expected to see this happen: The Device::create_command_encoder
method should show up in the In Return Type search results. Note that when the name is completed to CommandEncoder
the result is as expected:
Instead, this happened: There are two results in names, and no results for parameters or return types.