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 ther开发者_开发技巧e any plugin for VS 2010 which brings approximately the same functionality to native C++ projects?
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.
精彩评论