开发者

How to get intellisense for C++ in eclipse while developing for android?

开发者 https://www.devze.com 2023-03-18 20:23 出处:网络
I am developing for android using eclipse and android\'s plug-in for eclipse. I am getting proper intellisense for Jav开发者_高级运维a code. The application I am developing consists of both Java and C

I am developing for android using eclipse and android's plug-in for eclipse. I am getting proper intellisense for Jav开发者_高级运维a code. The application I am developing consists of both Java and C++ code. How can I get intellisense for C++ in this environment.

Thanks


Try downloading the C Developement Tools for eclipse (CDT). The update site can be found here. This module provides syntax higlighting and code completion for C/C++ and works fine for me.

EDIT: Sorry, the above link is dependent on my eclipse version. Here you can find CDT distributions for all other eclipse versions.

0

精彩评论

暂无评论...
验证码 换一张
取 消