completionSnippetsOn options does not seem to work #1239
Labels
can-workaround
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:$ haskell-language-server-8.8.4 --probe-tools haskell-language-server version: 0.8.0.0 (GHC: 8.8.4) (PATH: /Users/maksbotan/.local/bin/haskell-language-server-8.8.4) (GIT hash: eb58f13f7b8e4f9bc771af30ff9fd82dc4309ff5) Tool versions found on the $PATH cabal: 3.2.0.0 stack: 2.5.1 ghc: 8.8.4
Which lsp-client do you use:
Coc configuration:
Describe your project (alternative: link to the project):
Empty file with
foo = _
.Steps to reproduce
Type
Just
in place of_
, selectJust~
from the drop down.Expected behaviour
Just
is completed.Actual behaviour
Just
is completed with a placeholder fora
, however I tried to explicitly disable that feature - I don't like to use it in nvim.Include debug information
Execute in the root of your project the command
haskell-language-server --debug .
and paste the logs here:Debug output:
Paste the logs from the lsp-client, e.g. for VS Code
LSP logs:
In HLS log with
--debug
I see that configuration is passed and parsed:And
formattingProvider
bit is indeed applied. HowevercompletionSnippetsOn
options does not seem to have any effect.The text was updated successfully, but these errors were encountered: