如何启用自动完成和C/C++ 的语法高亮显示在intellij IDEA的Android项目中?
我从 Android NDK 开始,想在 Intellij Idea 中编写代码,但我找不到任何方法让 Idea 在 Android 项目中使用 C++ 文件,就像 Java 源代码一样(用于自动完成和语法高亮,以及,对于调试来说最重要)。谁能帮助我?
I'm starting with Android NDK and would like to write code in Intellij Idea, but I can't find any way to make Idea work with c++ files within Android project in the same way as Java sources (for autocompleting and syntax highliting, and, the most important for debugging). Who can help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我不确定 IntelliJ Idea 是否支持 C/C++(我猜不支持)。但是Eclipse + CDT + Sequoyah对于Android NDK开发来说非常好。
http://www.eclipse.org/sequoyah/
Well I'm not sure if IntelliJ Idea supports C/C++ (guess it doesn't). But Eclipse + CDT + Sequoyah is very nice for Android NDK development.
http://www.eclipse.org/sequoyah/