-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command/key binding to accept replacements #478
Comments
There is not a keybinding for accepting suggestions. That does sound like a good idea, though! The second picture looks to come from Sublime LSP which is a separate package. I'm not very familiar with it, so I'm not sure what it is capable of. |
hi @andrejohansson , sorry if i disturbed you but what settings did you use to have the yellow, blue and green backgrounds in the first image for rust enhanced? |
No problem: I think I just set solid here! |
@andrejohansson thanks! |
That'd be a very nice feature indeed! Thought is there a Sublime API to track which popup is active? As far as I understand, you only get to register a function that reacts to clicks/close events Though there is a command to go to the next/previous suggestion, maybe hat could be of help ? |
Thank you for an excellent plugin.
I was just wondering if there is any key binding or command to accept the clippy replacements in the phantom popups?
Or any keybindings to navigate the popups at all?
Sorry if I'm asking in the wrong place, it´s kind of unclear to me which parts belong to this plugin, lsp or sublime native! :-)
The text was updated successfully, but these errors were encountered: