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
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
I've investigated LSP quite a bit and even tried to implement a language server for Agda.
However, the protocol is too limited, it only covers a little part of what Agda has to offer.
Of course, if there's a language server for Agda, then the user can use those services like go-to-definition, but he/she would still need agda-mode to cover the rest of the functionalities
Hi,
i am searching for an Atom package that allows to interact better with language services like go-to-definition.
I found the atom-ide-ui package, but language integrations should be built on top of atom-languageclient.
There is already a list of language packages, and one of them is the ide-haskell-hie.
Is there a way of using this haskell package with agda? Are there other better solutions to approach something like what atom-ide-ui offers?
Thanks!
The text was updated successfully, but these errors were encountered: