autocomplete-haskell icon indicating copy to clipboard operation
autocomplete-haskell copied to clipboard

permanent bar on other file-types

Open ondono opened this issue 8 years ago • 2 comments

Even when no haskell file is open (or near), a bar with the text "otherwise :: Bool" is showing.

ondono avatar Sep 14 '17 15:09 ondono

Hint panel doesn't track currently active file, and it's unlikely to change for various reasons (I will accept a PR though). But if you have 'Hide Hint Panel if Empty' setting enabled (this is the default), you can hide the panel with autocomplete-haskell:conceal-hint-panel command (which is bound to escape by default, but that binding only works -- again, by default -- on Haskell files to avoid polluting global scope).

Alternatively, you can configure panel to not show at all and instead rely on ide-haskell-powered tooltips.

lierdakil avatar Sep 14 '17 16:09 lierdakil

I need to hide it on start up every time.Anyway to disable the bar while enable the plugin?

hilaolu avatar Dec 14 '18 17:12 hilaolu