In Visual Studio Code and Sublime Text there is functionality called "Add Next Occurrence" that selects next occurrence of marked text. The keyboard shortcut for utilizing this function is CMD+D (CTRL+D on Windows and Linux).
This function would select the next occurrence of the text and also add another cursor to the end of the newly selected text.
How can I achieve this in Visual Studio for Mac?