How can I toggle the cursor position in VS Code — from the start to the end of a selection (and vice versa)?
I'm looking for functionality similar to pressing o in Vim's visual mode, which swaps the cursor between the beginning and the end of the selected text.