atom-haskell-archive / autocomplete-haskell

Atom autocomplete-plus provider for haskell
https://atom.io/packages/autocomplete-haskell
MIT License
23 stars 1 forks source link

permanent bar on other file-types #22

Open ondono opened 7 years ago

ondono commented 7 years ago

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

lierdakil commented 7 years ago

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.

hilaolu commented 5 years ago

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