IEditorOperations::TransposeCharacter Method ()
Visual Studio 2015
Transposes the character at the cursor with the next character.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
If the cursor is at the start of the line, this method transposes the first two characters. If the cursor is at the end of the line, it transposes the last two characters.
Show: