Visual Studio Plugins for C ++

1) I am new to C / C ++ development using Visual Studio 2008, and after some searching here I have not found any posts related to C / C ++ Visual Studio plugins other than Visual Assist X? (there are many posts related to C # and asp VS environments).

2) The right approach to learning how to use these tools is to learn / try them one at a time?

3) Are there any VS built-in features for Todo List, bug lists, svn, documentation, or other tools recommended by the VS user community. What are these plugins?

Many thanks

+3
source share
4 answers

Todo . View -> Other Windows -> Task list , Anksvn. , doxygen .

+1
+1

Mercurial:

VisualHG (VS2005, VS2008, VS2010)

TortoiseHG.

0

Source: https://habr.com/ru/post/1723012/


All Articles