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.
有没有办法将基于 makefile 的 C 项目导入 IDE?
我想使用 IDE 中提供的 IntelliSense、代码浏览和其他高级功能,因此任何具有这些功能的 IDE 都可以。
NetBeans能够基于现有 Makefile 导入 C 项目。它具有您期望从 IDE 中获得的大部分功能。
只需转到File->New Project并选择C/C++ Project with Existing Makefile
File->New Project
C/C++ Project with Existing Makefile
我一直在使用该功能,它看起来非常可靠。
Eclipse也允许您导入现有项目,但需要做更多的工作。