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 f开发者_StackOverflow中文版or Eclipse? Or is there anyway to buff Eclipse's autocompletion?
Thanks a lot, people.
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.
精彩评论