nwolverson / purescript-language-server

MIT License
184 stars 41 forks source link

Support typedHole code action without client-side support #106

Open nwolverson opened 3 years ago

nwolverson commented 3 years ago

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)

andys8 commented 3 years ago

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?

nwolverson commented 3 years ago

That is correct.