下载
下载 CDT 安装包, 解压运行 CDT导入配置文件
File -> Import -> General -> Preferences, 将 cdt_setting.epf 导入(目测仅设置了快捷键)设置字体
Window -> Preferences -> General -> Appearance -> Colors and Fonts, 设置 C/C++ Editor 字体为 Mono Space, 大小 12
设置代码模板
Window -> Preferences -> C/C++ -> Code Style -> Code Templates
Files -> C++ Header File
${filecomment}
#ifndef _${include_guard_symbol}INCLUDED_
#define _${include_guard_symbol}INCLUDED_
${includes}
${namespace_begin}
${declarations}
${namespace_end}
#endif /* _${include_guard_symbol}INCLUDED_ */
Comments -> Fil