Don't add functions for code-completion based on parameters.

Authored by skalinichev.

Description

Don't add functions for code-completion based on parameters.

E.g.: class Abc; int f(Abc){ Ab|
Completion invoked at the "|", that gives us
"Abc" as a completion result. Before this we had "Abc" and "f(Abc)",
which is obviously wrong.

Also this makes the "Detailed completion" option work.

REVIEW: 124007

Details

Committed
skalinichevJun 7 2015, 7:27 AM
Parents
R32:d757bbdedb63: Fix ranges for some problems
Branches
Unknown
Tags
Unknown