iquiw / company-ghc

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

Do not browse modules that failed once #24

Closed iquiw closed 8 years ago

iquiw commented 8 years ago

Failed module status is stored on memory and the modules are not browsed again.

To clear failed module status, call company-ghc-clear-failed-cache.

company-ghc-clear-all-cache clears both failed and succeeded module status.

for #23