purescript-language-server icon indicating copy to clipboard operation
purescript-language-server copied to clipboard

Support typedHole code action without client-side support

Open nwolverson opened this issue 5 years ago • 2 comments

Currently the typed hole command requires parameters, the code action requires a second client-side command, as here in vscode.

This could better be done in a way that doesn't require client support, as we did for fixTypo (ef1247befe443933ce56a3a12abc7cb745ddf794)

nwolverson avatar Oct 06 '20 14:10 nwolverson

For type holes there is this suggestion:

image

There is also a fix available:

image

When trying to run it, it doesn't do anything. Can you confirm this issue is the cause for this behavior?

andys8 avatar Oct 16 '20 14:10 andys8

That is correct.

nwolverson avatar Oct 19 '20 08:10 nwolverson