How to show parameter name hints for C++ in CLion?
Asked Answered
P

2

7

I know about Ctrl/Cmd+P to show the popup for parameters, however that's not what I am looking for.
Not this popup

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???).
Parameter Name Hints Popup Only TypeScript

How can I enable this feature for C++?

P.S. Here is a screenshot from IntelliJ IDEA on Java. (Found on this question)

Perfect answered 16/10, 2017 at 6:28 Comment(2)
Type hints are not yet available for C and C++ in CLion.Leon
Seems like it's still not available as of CLion 2018.3.3 :(Hospitaler
D
3

Type hints for C++ were added in 2019.2. Enabled by default, disabled in Appearance -> Show parameter name hints.

Daybook answered 29/7, 2019 at 5:27 Comment(1)
Are you using a Macbook? Because for some reason I can't get them to show up in CLion on MacOS even though they show up on Linux.Calamine
E
0

In 2021.1.1 of CLION on linux, The setting name is Inlay hints

enter image description here

Extrusion answered 25/4, 2021 at 3:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.