Tehnix / ide-haskell-hie

Atom LSP plugin for HIE (Haskell IDE Engine)
https://atom.io/packages/ide-haskell-hie
MIT License
26 stars 6 forks source link

Trigger on save ONLY #39

Open cscalfani opened 5 years ago

cscalfani commented 5 years ago

Is there any way to configure this to only trigger HIE on a file save and not as I'm typing?

Tehnix commented 5 years ago

It seems that this is something HIE will need to support, before we can support it in any of the editor clients. I found https://github.com/alanz/vscode-hie-server/issues/39 in the VS Code issues, where I refer to https://github.com/haskell/haskell-ide-engine/issues/522, which tracks the status of this in HIE.

It seems to have been pushed a couple of milestones, so unfortunately no update yet :(

timjs commented 5 years ago

haskell/haskell-ide-engine#522 is done! Is it automatically supported?

Tehnix commented 5 years ago

@timjs it’s not entirely clear to me how HIE needs the configuration passed. If it reads any config files, it’s supported, but if we need to pass it via CLI then we probably need to update this extension :)

cscalfani commented 4 years ago

Any status on this?