Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常需要在 C/C++ Eclipse 项目中添加一些自定义构建命令,例如:make install、make test 或 make check 并为它们设置热键。如何在 Eclipse 中执行此操作?
或者有人可以为我推荐更合适的IDE来解决这个问题?我只需要一些额外的 make 命令,以及 build 和 clean。
如果你想在 Eclipse 中创建你自己的构建命令,project / properties / builders / new你应该能够添加你自己的构建。
project / properties / builders / new
如果你想为你的 make 文件创建快捷键,你可以尝试: Window / Preferences / General / Keys然后寻找Run And Build.
Window / Preferences / General / Keys
Run And Build