views:

25

answers:

1

Hello guys,

I'm currently being forced to work with Eclipse on one of my current projects. The language we're working with is C++.

The one thing I miss the most from Visual Studio is VisualAssistX, mostly for its Auto Complete.

Is there anything like it for Eclipse? Or is there anyway to buff Eclipse's autocompletion?

Thanks a lot, people.

+1  A: 

Eclipse CDT provides auto complete and many more features. The auto-complete in particular is not as robust as VisualAssistX, but it still does a great job.

Edison Gustavo Muenz