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
The followiing is the result of M-x describe-variable completion-at-point-function
completion-at-point-functions's value is (haskell-completions-completion-at-point t)
Local in buffer Main.hs; global value is
(tags-completion-at-point-function)
I have ghc-mod 5.5.0.0 installed with stack. What do I have to do to stop this behaviour ?
The text was updated successfully, but these errors were encountered:
I think this is not related to company-ghc.
Maybe, you have company-capf in your company-backends?
If so and you don't want it, then removing it from company-backends will solve the problem.
I keep getting the "Visit tags table (default TAGS)" dialog whenever company-ghc tries to do code completion.
I had a search and found this for company mode https://github.com/company-mode/company-mode/issues/333
The followiing is the result of
M-x describe-variable completion-at-point-function
I have ghc-mod 5.5.0.0 installed with stack. What do I have to do to stop this behaviour ?
The text was updated successfully, but these errors were encountered: