In this video, we show how CLion’s parameter hints and type hints help with reading and understanding C++ code, using a practical example. Parameter hints give the developer useful additional information about function calls, while type hints show deduced types in many different contexts. We show the various available features and configuration options that will help you work more effectively with hints in CLion.
00:00 Intro
00:19 Sample application
01:12 Parameter hints
02:30 Emplace_back example. Hints for non-const references
03:07 Disabling parameter hints and Exclude List
04:01 Type hi