Eclipse has many features which saves a developer much time, for example:

1) Override/Implement Methods...enter image description here

2) TODO lists...
enter image description here

3) Fast access to documentation... (There might be also something else) enter image description here

Is there any plugin for VS 2010 which brings approximately the same functionality to native C++ projects?

link|improve this question

1  
Does Eclipse CDT have the Override/Implement Methods option? Your screenshot looks like it was taken from the Java perspective. – Prætorian Sep 28 '11 at 22:14
You're right, it's java perspective, I updated the question. – Vadim Sep 28 '11 at 22:26
1  
Note that Visual Studios already has TODO lists based on searching project source. You can access it from View->Task List. It has two modes: "Comments" and "User Tasks". Comments mode searches "hack: *" and "todo: *". – DuckMaestro Sep 28 '11 at 23:01
feedback

1 Answer

up vote 2 down vote accepted

VisualAssist X provides refactoring, navigation and code assistance. When you're moving from Eclipse to VisualStudio, it drastically reduces the feeling that you're working with stone knives and bearskins.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.