-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Word selection is slow #12
Comments
Can not reproduce |
How can I help diagnose this issue? Any tracing or something else? |
It has become slower (I'm using There is a message in gvim status bar: "Error on request (CocAction): request CocAction timeout after 30s" Does that help? If you give me tips or pointer on debugging, I can look into issue. |
Disable others extensions and test only with this extension. |
I removed all extensions except Is there a way for me to run the plugin via a debugger so that I can see where the problem is? |
set |
I've made the change in How do I view the output channel of cSpell? Is it a log file and if so which folder? Thanks |
No, change your coc-settings.json and https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel |
I have made the change but nothing is reported by
What am I doing wrong?! Thanks |
Don't know what happen with your coc.nvim. |
I upgraded Node to v14 but that didn't make a difference. However, I ran I tried installing coc-actions but that is supported on nvim only. Finally, I ran This is fine - I prefer the popup but since it takes a long time to appear, a window at the bottom with spelling corrections (and other coc-spell-checker options) is more than good enough. Perhaps knowing that Thanks for your help. |
|
Thanks. I've tried other mappings with the same result. And as mentioned above, I removed all The keyboard mapping I used comes from the readme:
I've tried other letters. Is there a way of creating individual mappings for lookup word, paragraph, etc instead of using the |
The mapping is coc's thing. Other way you can use |
I have exactly the same problem. The pop up window takes lot of time, and I get the timeout after 60s error message. |
I'm seeing the same issue |
Adding another enter when using coc-actions solved the issue for me. Also for maximal speed it is necessary to remove all other key mappings that use the a combo. Menu isn't super fast but the time to open is nowhere near reported 60s, it is maybe 2-3 s. `nnoremap a :set operatorfunc=cocActionsOpenFromSelectedg@ "nmap ac (coc-codeaction) |
I've just installed coc-spell-checker. It all looks promising. I live the pop that allows you to scroll through suggestions using vim keys and even lets you add to dictionaries.
I'm finding the popup of suggestions can take 5-10 seconds to appear, which makes it unusable. Can I do anything to speed this up?
Also can I change to British English dictionary?
I'm using gvim 8.x on Windows 10.
Thanks
The text was updated successfully, but these errors were encountered: