Reputation: 167
I know about Ctrl/Cmd+P to show the popup for parameters, however that's not what I am looking for.
I am looking for the parameter name hints (which can be found in Preferences > Editor > General > Appearance), but as I can see they are only available for TypeScript (on a C++ IDE???).
How can I enable this feature for C++?
P.S. Here is a screenshot from IntelliJ IDEA on Java. (Found on this question)
Upvotes: 7
Views: 2622
Reputation: 176
Type hints for C++ were added in 2019.2. Enabled by default, disabled in Appearance -> Show parameter name hints.
Upvotes: 3