Does Visual Studio have a shortcut for shifting selected lines? Those. selected lines are shifted left or right on the tab.

Like for example in Delphi 7 Ctrl + Shift + U - shift to the left and Ctrl + Shift + I - shift to the right.

    1 answer 1

    Right: Tab, Left: Shift + Tab

    • one
      Thanks, I just got used to using it in Delphi)) And in Visual Studio I was constantly tormented when the need arose. - Sergey041691