Open hongyi-zhao opened 3 years ago
See the following, company-posframe gives incorrect docstring, say, by hitting F1 when point is hovering over re.MULTILINE, the following screenshot will appear:
company-posframe
F1
re.MULTILINE
company-posframe get doc with (company-call-backend 'quickhelp-string backend), what this sexp returned when you select MULTLINE?
See the following:
M-: (company-call-backend 'quickhelp-string backend)
See the following,
company-posframe
gives incorrect docstring, say, by hittingF1
when point is hovering overre.MULTILINE
, the following screenshot will appear: