Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Ctrl K + D and Ctrl k + F

What is the difference between the Visual Studio shortcuts "Ctrl K + D" and "Ctrl K + F" ?

like image 631
Vinodkumar chenagavaram Avatar asked Nov 14 '17 10:11

Vinodkumar chenagavaram


People also ask

What is Ctrl KD in Visual Studio?

Ctrl + K + D (Entire document) Ctrl + K + F (Selection only) To find out which key bindings apply in YOUR copy of Visual Studio, look in the Edit > Advanced menu - the keys are displayed to the right of the menu items, so it's easy to discover what they are on your system. Follow this answer to receive notifications.

How do you press Ctrl KF?

Release K , press F while still holding Ctrl . Release all. Show activity on this post. You would press Ctrl then K , release K and then press F .

How do I reverse Ctrl D?

To add the next occurrence of the current word to the selection, use Quick Add Next, which is bound to Ctrl+D on Windows and Linux, or Command+D on OS X. Again, if you go too far, use Undo Selection (Ctrl+U, or Command+U on OS X) to step backwards.


1 Answers

Ctrl K+D : Format document to code formatting settings

Ctrl K+F : Format selection to code formatting settings

To find complete list of shortcuts,refer to this link https://shortcutworld.com/Visual-Studio/win/Visual-Studio_2015_Shortcuts

Hope This helps !!

like image 135
Sid Avatar answered Sep 18 '22 01:09

Sid