IEditorOperations::MoveToStartOfPreviousLineAfterWhiteSpace Method (Boolean)
Visual Studio 2015
Moves the caret to the first non-whitespace character on the previous 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 caret is on the first line, this method moves it to the first non-whitespace character of the line.
Show: