Answer the question
In order to leave comments, you need to log in
How to speed up program development/debugging in Microsoft Visual Studio 2012/2013/2015?
Without binding I to a programming language.
Interested in real practical things that you use to speed up.
I myself use bookmarks to see the place where I finished writing the code.
And f12 jump to the body of the function.
and Refactoring-> extract the method (I select the necessary code), a new function is created and all the code is transferred there, and a function call is inserted in place and the cursor stops at the place where the function was written and it is written in two places at once.)
Answer the question
In order to leave comments, you need to log in
Discover VisualAssist/ReSharper. Extremely useful things to speed up. Learn hot keys, incl. and standard studio. Position windows optimally.
Well, in order to advise something more specific, you need to know what exactly is happening slowly with you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question