You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fsharp-mode enables company-quickhelp by default (and indeed it works very nicely there), but that has the side effect of enabling it everywhere. Unfortunately, it doesn't work as well for other modes (for example, in Emacs Lisp mode, it hijacks any the existing Help buffer, if any).
Maybe there should be a company-quickhelp-local-mode, and company-quickhelp-mode would just be the define-globalized-minor-mode version of it? (Or maybe company-quickhelp itself should be called company-quickhelp-global-mode?)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
fsharp-mode
enablescompany-quickhelp
by default (and indeed it works very nicely there), but that has the side effect of enabling it everywhere. Unfortunately, it doesn't work as well for other modes (for example, in Emacs Lisp mode, it hijacks any the existing Help buffer, if any).Maybe there should be a
company-quickhelp-local-mode
, andcompany-quickhelp-mode
would just be thedefine-globalized-minor-mode
version of it? (Or maybe company-quickhelp itself should be calledcompany-quickhelp-global-mode
?)Thanks!
The text was updated successfully, but these errors were encountered: