Define Function Code Action should respect Haddock Comments #2715
Labels
component: ghcide
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Which OS do you use:
Ubuntu
Which LSP client (editor/plugin) do you use:
emacs+lsp-mode
Describe your project (alternative: link to the project):
HLS :)
Steps to reproduce
filter isValidMessage messages
(whereisValidMessage
is not yet created)isValidMessage
Expected behaviour
The function should be added, without disrupting another binding and it's Haddock Comment.
Actual behaviour
The function is defined underneath an existing Haddock Comment
Include debug information
Before:
After:
The text was updated successfully, but these errors were encountered: