How does Visual Studio quickly select the same text in multiple lines?

clipboard.png

as shown in the picture, here, I want to change all the int to bool type. What is the shortcut key?

I know it"s Ctrl+D in VSCODE, but it hasn"t been found in VS2017 yet.


Click or select a keyword, and use the key combination ctrl+shift+L to select all!


ctrl+f finds all the fields you enter, and then you can replace


Select Next Occurrence


Ctrl+F


Ctrl+Shift+Alt+,

visual studio15.8
ide/finding-and-replacing-text?view=vs-2017" rel="nofollow noreferrer">

Ctrl+Shift+Alt+,

Menu