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.
精彩评论