C Auto Completion
EditRocket will automatically display a tooltip displaying function signatures for C functions in the standard library as recognized by EditRocket. After typing a function name and the start right paren, EditRocket will wait for the auto completion delay and then display the function signature if the function is recognized.
For example, after typing fgets( when editing a C file,
EditRocket will display the following as a tooltip:
char* fgets(char* s, int n, FILE* stream)
EditRocket can also auto complete curly braces ({) and align the closed brace properly in your source code file.
Whether or not to do the function signature display can be configured in the Preferences - Auto Complete tag using the Auto Signature Display . . . setting. The auto completion delay can also be configured here.