Tom Sasson
Tom Sasson

Reputation: 11

Eclipse for C/C++ - Surround with... new templates not showing

I have a C project, in which all of my files are .c and .h. I am compiling and debugging just fine, meaning my project is well-defined and identified in Eclipse.

I've been trying to add more templates to the "Surround with..." menu, but all I see, always, are just the default options, 5 of them. See this the sub-menu

I also tried Ctrl + Space, and then start typing my desired template (in this case, 'comment'), but still it isn't there. Here is what I see

Under Windows -> Preferences -> C/C++ -> Editor -> Templates, I have many templates, not just 5, and they are all set (marked with 'V'), and also 'on' under "Auto Insert" column. This is how 'Templates' menu looks like

What else can I do to fix this issue?

Upvotes: 0

Views: 63

Answers (0)

Related Questions