S
S
sivabur2015-05-10 22:05:02
C++ / C#
sivabur, 2015-05-10 22:05:02

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

2 answer(s)
G
GavriKos, 2015-05-10
@GavriKos

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.

S
sivabur, 2015-05-11
@sivabur

I’ll add the standard snippets
for if else try class one of these words and 2 tabs. And it all unfolds.
What is the type of EMETA current in the studio and is standard.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question