What extensions for Visual Studio can you recommend?
-
Hello! What extensions, plug-ins, additional programs for working with Visual Studio do you use? I'm interested in memory usage reports, code optimization. What can you to advise. What can be useful for beginner? For Windows
Have a look at [What debuggers do you use?](http://forums.codeguru.com/showthread.php?562797-What-debuggers-do-you-use)
-
Have a look at [What debuggers do you use?](http://forums.codeguru.com/showthread.php?562797-What-debuggers-do-you-use)
-
Thank you, I think I watched that post. I also watched many articles such as "5, 10, 20... best extensions" for Visual Studio. It seemed to me most of the items from the list are rarely used.
Somewhat helpful:
Hide Suggestions And Outlining Margins: removes whitespace at the beginning of lines, near the line numbers.Editor Guidelines: adds a vertical line at a given column, I have it at 80. This allows me to comfortably have the project explorer on the left, two editor panes and the test explorer on the right.
Also, Macros for Visual Studio (it lets you to record and replay keyboard macros). Really handy tool for me
-
Somewhat helpful:
Hide Suggestions And Outlining Margins: removes whitespace at the beginning of lines, near the line numbers.Editor Guidelines: adds a vertical line at a given column, I have it at 80. This allows me to comfortably have the project explorer on the left, two editor panes and the test explorer on the right.
Also, Macros for Visual Studio (it lets you to record and replay keyboard macros). Really handy tool for me
-
You can use IntelliCode, it's good plugin for novice programmers. Also, I use VLD, Deleaker or standard debugger.
-
You can use IntelliCode, it's good plugin for novice programmers. Also, I use VLD, Deleaker or standard debugger.