600 B
600 B
Inlay Hint
Supported Case
- Type hint for variable declared with
autokeywords infunction/if/for/structure-binding. - Return type hint for
function/lambdabody. - Parameter name in function call expression.
- Block end hint for
struct/class/enumdeclaration andfunction/lambdabody. - Array index for elements in initialize list expression.
- Value of
sizeofandalignofinstruct/classdefination.
There is a configurable option, and some examples for above cases, see struct clice::config::InlayHintOption for more infomation.