Eclipse has many features which saves a developer much time, for example:
1) Override/Implement Methods...
2) TODO lists...

3) Fast access to documentation... (There might be also something else) 
Is there any plugin for VS 2010 which brings approximately the same functionality to native C++ projects?
Override/Implement Methodsoption? Your screenshot looks like it was taken from the Java perspective. – Prætorian Sep 28 '11 at 22:14View->Task List. It has two modes: "Comments" and "User Tasks". Comments mode searches "hack: *" and "todo: *". – DuckMaestro Sep 28 '11 at 23:01