Hints do not display in the function call

Answered

Hello,
I don't understand why the hints do not display in some function call in my code :

Is there an issue?

How display all the hints?

Thank's

Best regards.

 

 

0
2 comments

Hello!

Hints are displayed in the following cases:

  • For function calls, lambdas, constructors, initializer lists, and macro expressions.
  • For argument literals and expressions with more than one operand.
  • For a constructor invoked through emplace_back-like functions.

Feel free to comment or upvote https://youtrack.jetbrains.com/issue/CPP-16691 and https://youtrack.jetbrains.com/issue/CPP-17293. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

0

Please sign in to leave a comment.