iquiw / company-ghc

Company-mode completion back-end for haskell-mode via ghc-mod
125 stars 6 forks source link

Unwanted "Visit tags table (default TAGS)" #30

Open Plantgrower opened 8 years ago

Plantgrower commented 8 years ago

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

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 ?

iquiw commented 8 years ago

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.