Skip to content
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

feat: cancellation support for progress notification #31

Merged
merged 1 commit into from
May 14, 2022

Conversation

yaegassy
Copy link
Owner

@yaegassy yaegassy commented May 14, 2022

VSCode like notifications are now supported in coc.nvim. neoclide/coc.nvim#3813

coc-intelephense uses progress notification for language server indexing. Added feature when clicking "Cancel".

The mouse option is required to cancel. In init.vim, add set mouse=n. Also, this feature is only supported by neovim.


DEMO (mp4):

progress-notification-cancel.mp4

@yaegassy yaegassy merged commit 77a001a into master May 14, 2022
@yaegassy yaegassy deleted the feat/progress-notification-cancel branch May 14, 2022 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant