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)
View parameter hints in the editorOpen the Settings/Preferences dialog ( Ctrl+Alt+S ) and go to Editor | Inlay Hints | <required language>. Select Parameter hints from the list, make sure the Show parameter hints checkbox is selected, and then specify the context where you want parameter hints shown.
Go to Settings/Preferences | Editor | Inlay Hints. Alternatively, right-click a hint and select Hints Settings.
Inlay hints are special markers that appear in the editor and provide you with additional information about your code, like the names of the parameters that a called method expects. Other types of hints inform you about annotations, method parameters, usages, and so on (depending on the language).
Type hints for C++ were added in 2019.2. Enabled by default, disabled in Appearance -> Show parameter name hints.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With