sublimelsp / LSP-Grammarly

Grammarly support for Sublime's LSP plugin, using the Grammarly language server
MIT License
25 stars 2 forks source link

Keyboard flow for accepting or dismissing suggestion #19

Closed reagle closed 1 year ago

reagle commented 1 year ago

When I have the "hover" dialog open, is there a keyboard mechanism to prompt (and then select) the accept or dismiss modal?

rchl commented 1 year ago

Those are code actions and you can enable the Run Code Action keybinding. Check LSP keybindings, it's disabled by default.

reagle commented 1 year ago

Thank you.