tomjaguarpaw / tilapia

Improving all Haskell's programmer interfaces
65 stars 2 forks source link

HLS autocompletion doesn't seem to work for qualified names #95

Closed nrnrnr closed 2 years ago

nrnrnr commented 3 years ago

Using Emacs lsp-mode with the Haskell Language Server, it doesn't seem to complete qualified names. At least not out of the box. If someone who can fix it appears, I can whip up a minimal example.

jneira commented 3 years ago

maybe it worths to open an issue in hls? @michaelpj uses emacs iirc, maybe he knows more about this and if the issue belongs to lsp-emacs or hls

michaelpj commented 3 years ago

Sounds like a HLS issue indeed.

jneira commented 3 years ago

Sounds like a HLS issue indeed.

Bingo https://github.com/haskell/haskell-language-server/issues/2082

noughtmare commented 2 years ago

Should this be closed now that https://github.com/haskell/haskell-language-server/issues/2082 is closed?

tomjaguarpaw commented 2 years ago

OK, thanks!