Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.1.0
-
None
-
Windows 7 64 bit
Description
When typing "," inside a function call, Qt Creator will show argument hints for the function, but the code completion then does not work.
Example: A function called "func" taking two strings as argument:
QString argument2 = "second argument";
func( "first argument", argum
Code completion will here not be triggered to complete the variable name argument2.