Context-sensitive help (Reference for C-Library functions)
Hello,
How do I set-up a context-sensitive help in SW4STM32? I mean, to link to the manpages for all the nice functions in stdio.h string.h etc...
For example, I select “strcpy” in my code and press F1. The help window opens, but there are no hits for this basic function.
I also like to look-up the available format string for printf() from time to time..
It would be enough if it worked like it does for the glibc functions. Try typen qsort, select it, and press F1. You can find a hit in the glibc-documentation.
EDIT: Thank you “Vetch” for your anwser.
I clarified this post, to be more specific. The intelligent display of the function declaration works for me and is a great help!