STM32CubeIDE how to show hints when calling function
Hello,
STM32CubeIDE.
Is it possible to show hints (description of the function, description of the parameters of the function, description of the return value) when calling function?
I made this function (see Figure 1) and made documenting comment. When I calling this function or I hover the cursor over the function name a tooltip with the function code pops up, but I want to see description of the function (@brief parameter from documenting comment, see Figure 1).
Figure 1


