What is the equivalent shortcut for CTRL + D ("add selection to next location match") of VSCode in Visual Studio?
I figure out that this feature (Multi-Caret Support) was added through an update in Visual Studio 2017.
With Ctrl + Alt + Click you can add multiple insertion points or carets, as shown here here.