Search code examples
c++eclipseautocompleteeclipse-pluginvisual-assist

Is there anything like VisualAssistX for Eclipse? or I'd like some autocomplete with my cup of Eclipse


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.


Solution

  • 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.