lsp-haskell icon indicating copy to clipboard operation
lsp-haskell copied to clipboard

added: lsp-haskell-execute-code-action-add-signature

Open ncaq opened this issue 3 years ago • 1 comments

I want it to be a stand-alone function because I often do this in Haskell code actions.

I update Package-Requires emacs 24.3 -> 26.1, because seq-find require Emacs 25, lsp-mode of base package require 26.1, Since lsp-haskell will never work without lsp-mode, there is no point in lsp-haskell supporting old Emacs that lsp-mode does not support.

ncaq avatar Jun 25 '21 09:06 ncaq

Seems everything in the thread was addressed. Love providing type signatures for local functions, this would help type programming immensely.

Anton-Latukha avatar Nov 19 '21 19:11 Anton-Latukha