Details
-
Suggestion
-
Resolution: Won't Do
-
P5: Not important
-
None
-
Qt Creator 12.0.2
-
None
Description
When we need a function parameter prompt, entering the left parenthesis in Qt Creator will trigger the prompt. However, as we all know, some functions have multiple overloaded versions. For beginners, they sometimes need a specific overloaded version prompt. However, every time a parameter is entered, the function prompt will never automatically match the correct overloaded version(ClangCodeModel not used). It will be very troublesome if you need to use up arrow and down arrow to view the matched overloaded version every time. (Use translation software to translate, some words may not be expressed accurately)
ps: I don't use ClangCodeModel plugin because it seriously affects the speed of code hint, which should also be solved as soon as possible.