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
Ctrl-Space on import System.Directory (get) 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
The text was updated successfully, but these errors were encountered:
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?
@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?
Ctrl-Space on import System.Directory (get) 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
The text was updated successfully, but these errors were encountered: