Auto completion?

I saw that nebeans C/C++ pack support auto completion. Does Sun Studio 11 not have auto completion? I'm a java programmer getting back into C again.
[156 byte] By [sloanCB] at [2007-11-26 9:34:16]
# 1
Auto-completion for C and C++ is not available in Studio 11. We are working on it for a future release.
clamage45 at 2007-7-7 0:23:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

This feature is available in CND, C/C++ Native Development pack for NetBeans. Currently preview version is available for download here http://cnd.netbeans.org/

In this version, auto-completion won't survive heavy editing load, I mean if you change your code a lot, auto-completion can break after certain period of time. Maybe development branch version handles code changes better. Anyway, this CND pack worth a try.

MaximKartashev at 2007-7-7 0:23:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
Appreciate the input. I thought that would be the case. I'm waiting till the CND Module for netbeans 5.5 gets a bit more mature before I tackle that.
sloanCB at 2007-7-7 0:23:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4

NetBeans C/C++ Development Pack 5.5 has been released. You can

download it from http://www.netbeans.info/downloads/all.php?b_id=2284

Some of the changes between the beta3 build and FCS are:

* Significant performance improvements in the code parser resulting in faster results in the Class View and Code Completion

* Programs now run in an external terminal (system dependent) by default. This allows better input control

* Significant performance improvement in the debugging module

* New project type "C/C++ Project From Existing Code" which simplifies creating a project from existing code

* Macro support in code completion

* Hyperlink navigation for macro usages and #include directives

* Reformat code

* Code folding

* Code completion

All these features will appear in next Sun Studio release, so you can

consider NetBeans C/C++ Development Pack 5.5 as a preview of new

Sun Studio IDE.

NikMolchanov at 2007-7-7 0:23:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 5
You can now find it in Sun Studio Express 3 that has been released just a few days ago.LL
SunMngr_IDE_and_Perf at 2007-7-7 0:23:12 > top of Java-index,Development Tools,Solaris and Linux Development Tools...