public TextMarkerToolTipProvider(TextMarkerService textMarkerService, TextEditor editor) { _textMarkerService = textMarkerService; _editor = editor; }