Whether CodeMirror have "mouseover line numbers and drag to select entire lines" feature

The feature exists in Notepad2, EmEditor and other editors, I think it is good.

Can anyone tell me whether there has been a feature request or implement, I want to see it.

Not built in. You could implement it by handling "gutterClick" events and then registering your own mouseup handler to track the dragging.