Call me a dinosaur but I'm not very much a fan of this inline window that pops up in Visual Studio when I right click on a function declaration classes .h file to use "Quick Actions and Refactorings -> Create definition of 'function' in 'ClassName.cpp'":

Annoying Visual Studio behavior

Is there any way I can disable this behavior? This is very distracting for me.

1

There are 1 answers

0
Timothy G. On BEST ANSWER

Try going to Tools → Options → Text Editor → C/C++ → Advanced and scroll down to refactoring and change the setting "Navigation after Create Declaration/Definition" from Peek Document to either None or Open Document.

enter image description here