-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#87] Fix completion via ghcide's getCompletionsLSP
#107
Conversation
This fix requires the ghcide's `Development.IDE.Plugin.Completions` module to expose `getCompletionsLSP`
@korayal It looks like the build is failing |
I'm aware, as I stated in the PR, it requires a change in the ghcide
library.
…On Tue, May 12, 2020, 02:35 Avi Dessauer ***@***.***> wrote:
@korayal <https://github.com/korayal> It looks like the build is failing
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMTSOA5OD74R26DDZASKLRRCDUTANCNFSM4M6KTETQ>
.
|
@korayal - is there a corresponding upstream commit to expose it from ghcide? |
@ndmitchell I haven't pushed that change to anywhere because hls is using @alanz 's fork. So I thought it would be easier to make the change there directly. But here you go: |
@Avi-D-coder done: |
@korayal could you rather open it against https://github.com/mpickering/ghcide ? |
@fendor sure, initially I was a bit confused where to make this PR, so I thought allowing the project maintainers to make the change wherever it's easiest. But, anyways, here you go: mpickering/ghcide#36 |
I feel you, it is not as transparent/hard to find in github. |
fixes #71 and #87
This fix requires the ghcide's
Development.IDE.Plugin.Completions
module to exposegetCompletionsLSP