haskell-vim-now icon indicating copy to clipboard operation
haskell-vim-now copied to clipboard

autocomplete returns pattern not found

Open corymickelson opened this issue 8 years ago • 2 comments

Ctrl-Space on import System.Directory (get<Caret>) returns pattern not found error? On Linux System. Do I need to add YouCompleteMe or neocomplete or deoplete or some other completion engine for this functionality? Thanks

corymickelson avatar Feb 28 '17 03:02 corymickelson

Does ctrl-space ever work for you in some projects, or does it fail 100% of the time? I'm suspecting a ghc-mod incompatibility with your project, for instance if ghc-mod was built using a different version of cabal than that which build your project. Are you able to successfully inspect the type of the expressions under the cursor using ,ht?

begriffs avatar Mar 05 '17 20:03 begriffs

@corymickelson I'd like to help debug this issue with you if you're still interested. Can you confirm whether you're able to find the type of symbols using ,ht?

begriffs avatar Sep 01 '17 21:09 begriffs