IEditorOperations::MoveToLastNonWhiteSpaceCharacter Method (Boolean)
Visual Studio 2015
Moves the caret to just before the last non-white space character in the line.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- extendSelection
-
Type:
System::Boolean
If true, the selection is extended when the caret is moved; if false, the selection is not extended.
If the line is blank, the caret is moved to the start of the line.
Show: