public void SelectLine(ITextViewLine viewLine, bool extendSelection) => //TODO: If in a code buffer, don't select the prompt EditorOperations.SelectLine(viewLine, extendSelection);