Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Is there anyway to startup the code auto-prompt?(code auto-prompt)
Is there anyway to startup the code auto-prompt? [message #1802808] Sun, 17 February 2019 01:17
gaoteng wang is currently offline gaoteng wangFriend
Messages: 2
Registered: February 2019
Junior Member
Hi, I use eclipse CDT to learn c language, and do my homework. Is there anyway to startup the code auto-prompt? For example, when typing prin, then the function name "printf" and the formal parameters of printf appeared automatically next to the cursor.
// example
#include "stdio.h"
int main(void)
{
    printf("This is a test.\n");
    return 0;
}
Previous Topic:Is there any way to let eclipse locate gdb.exe automatically when debuging a new project?
Next Topic:can not set breakpoint in editor while using remote attach debug
Goto Forum:
  


Current Time: Wed Apr 24 21:29:16 GMT 2024

Powered by FUDForum. Page generated in 0.03189 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top