You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from vscode, I expected to be able to add type signatures without typing them myself, but there aren't any code actions in helix for this feature (or so it seems).
Here's an example between helix (left) and vscode (right)
Screen.Recording.2022-11-25.at.10.28.48.p.m.mov
Reproduction Steps
hx test.hs
write a function, ex. addition x y = x + y
select function, + (search for code actions)
the code actions pop-up list contains an "add type signature" action
Instead, this happened:
The code pop-up list doesn't contain such an action
Helix log
~/.cache/helix/helix.log
PERRAS SAQUE 10 EN EL FINAL DE QUIMICA
Platform
macOS
Terminal Emulator
Alacritty Version 0.11.0 (1)
Helix Version
22.08.1-437-g4791bd66
The text was updated successfully, but these errors were encountered:
Summary
Coming from vscode, I expected to be able to add type signatures without typing them myself, but there aren't any code actions in helix for this feature (or so it seems).
Here's an example between helix (left) and vscode (right)
Screen.Recording.2022-11-25.at.10.28.48.p.m.mov
Reproduction Steps
hx test.hs
addition x y = x + y
Instead, this happened:
The code pop-up list doesn't contain such an action
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
Alacritty Version 0.11.0 (1)
Helix Version
22.08.1-437-g4791bd66
The text was updated successfully, but these errors were encountered: